1.2.4-debian-9-r12 release
This commit is contained in:
parent
8cbeeef4ad
commit
e95c8254ac
|
|
@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
COPY --from=buildenv /opt/bitnami/fluentd /opt/bitnami/fluentd
|
COPY --from=buildenv /opt/bitnami/fluentd /opt/bitnami/fluentd
|
||||||
ENV BITNAMI_APP_NAME="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_CONF="fluentd.conf" \
|
||||||
FLUENTD_OPT="" \
|
FLUENTD_OPT="" \
|
||||||
GEM_HOME="/opt/bitnami/fluentd" \
|
GEM_HOME="/opt/bitnami/fluentd" \
|
||||||
|
|
@ -28,5 +28,5 @@ EXPOSE 24224 5140
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
WORKDIR /opt/bitnami/fluentd
|
WORKDIR /opt/bitnami/fluentd
|
||||||
USER 1001
|
USER 1001
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
CMD ["fluentd","-c","/opt/bitnami/fluentd/conf/${FLUENTD_CONF}","-p","/opt/bitnami/fluentd/plugins","$FLUENTD_OPT"]
|
CMD [ "fluentd", "-c", "/opt/bitnami/fluentd/conf/${FLUENTD_CONF}", "-p", "/opt/bitnami/fluentd/plugins", "$FLUENTD_OPT" ]
|
||||||
|
|
|
||||||
|
|
@ -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-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).
|
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue