mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
1.2.4-ol-7-r12 release
This commit is contained in:
@@ -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-ol-7-r11" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.4-ol-7-r12" \
|
||||
FLUENTD_CONF="fluentd.conf" \
|
||||
FLUENTD_OPT="" \
|
||||
GEM_HOME="/opt/bitnami/fluentd" \
|
||||
@@ -27,5 +27,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" ]
|
||||
|
||||
@@ -30,8 +30,8 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-ol-7`, `1.2.4-ol-7-r11` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.4-ol-7-r11/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.2.4-debian-9-r10`, `1`, `1.2.4`, `1.2.4-r10`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.4-debian-9-r10/1/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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user