1.2.4-debian-9-r12 release

This commit is contained in:
Bitnami Bot 2018-08-22 04:12:34 +00:00
parent 8cbeeef4ad
commit e95c8254ac
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/fluentd /opt/bitnami/fluentd
ENV BITNAMI_APP_NAME="fluentd" \
BITNAMI_IMAGE_VERSION="1.2.4-debian-9-r11" \
BITNAMI_IMAGE_VERSION="1.2.4-debian-9-r12" \
FLUENTD_CONF="fluentd.conf" \
FLUENTD_OPT="" \
GEM_HOME="/opt/bitnami/fluentd" \
@ -28,5 +28,5 @@ EXPOSE 24224 5140
COPY rootfs /
WORKDIR /opt/bitnami/fluentd
USER 1001
ENTRYPOINT ["/entrypoint.sh"]
CMD ["fluentd","-c","/opt/bitnami/fluentd/conf/${FLUENTD_CONF}","-p","/opt/bitnami/fluentd/plugins","$FLUENTD_OPT"]
ENTRYPOINT [ "/entrypoint.sh" ]
CMD [ "fluentd", "-c", "/opt/bitnami/fluentd/conf/${FLUENTD_CONF}", "-p", "/opt/bitnami/fluentd/plugins", "$FLUENTD_OPT" ]

View File

@ -31,7 +31,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1-ol-7`, `1.2.4-ol-7-r12` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.4-ol-7-r12/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.2.4-debian-9-r11`, `1`, `1.2.4`, `1.2.4-r11`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.4-debian-9-r11/1/Dockerfile)
* [`1-debian-9`, `1.2.4-debian-9-r12`, `1`, `1.2.4`, `1.2.4-r12`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.4-debian-9-r12/1/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).