1.14.1-debian-10-r0 release
This commit is contained in:
parent
913231a680
commit
fd15ad0f92
|
|
@ -11,13 +11,13 @@ COPY prebuildfs /
|
|||
RUN install_packages acl ca-certificates curl ghostscript gzip imagemagick libc6 libgcc1 libgmp-dev libjemalloc-dev libncurses5-dev libncurses6 libreadline-dev libreadline7 libssl-dev libssl1.1 libstdc++6 libtinfo6 libxml2-dev libxslt1-dev procps sqlite3 tar wget zlib1g zlib1g-dev
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "2.7.4-1" --checksum c0f9bcb452ea0833b81159c1e1656ab0174131930157659875309be2fed2d57c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.14.0-1" --checksum 8257969e455e0e6a590213d7da538768a8835dc8653404dd021ca304ff0b0ad2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.14.1-0" --checksum 3f7840c7212d728fc71869cc4be3be4d571a75a5d98e6cc88121a127561c4289
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/fluentd/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="fluentd" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.0-debian-10-r30" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.1-debian-10-r0" \
|
||||
GEM_HOME="/opt/bitnami/fluentd" \
|
||||
PATH="/opt/bitnami/ruby/bin:/opt/bitnami/common/bin:/opt/bitnami/fluentd/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"fluentd": {
|
||||
"arch": "amd64",
|
||||
"digest": "8257969e455e0e6a590213d7da538768a8835dc8653404dd021ca304ff0b0ad2",
|
||||
"digest": "3f7840c7212d728fc71869cc4be3be4d571a75a5d98e6cc88121a127561c4289",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.1-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ 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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-10`, `1.14.0`, `1.14.0-debian-10-r30`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.0-debian-10-r30/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.14.1`, `1.14.1-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.1-debian-10-r0/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue