1.14.6-debian-11-r3 release
This commit is contained in:
parent
16fdd3246e
commit
eacd37713f
|
|
@ -9,9 +9,9 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libjemalloc-dev libncurses5-dev libreadline-dev libreadline8 libssl-dev libssl1.1 libstdc++6 libtinfo6 procps sqlite3 tar wget zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "2.7.6-0" --checksum 4517967d38c836fa718978c1cd8527c4f22fbda7b06c81f7d78c5435a983a49f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "3.1.2-0" --checksum 00b238602b8c973e7a85e45f2f24bbe9cf200802ea37578e7689b3cc0a3415b7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.14.6-0" --checksum 0dc93e349b339a289d482e294aae4174dc3734eebacc98f3296aa077d3f0368d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.14.6-1" --checksum 76f1a07c13a4fabd97fe452dce8ef135d0c23c5a69e2fdc52db5b86e290a77ad
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"fluentd": {
|
||||
"arch": "amd64",
|
||||
"digest": "0dc93e349b339a289d482e294aae4174dc3734eebacc98f3296aa077d3f0368d",
|
||||
"digest": "76f1a07c13a4fabd97fe452dce8ef135d0c23c5a69e2fdc52db5b86e290a77ad",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.6-0"
|
||||
"version": "1.14.6-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"ruby": {
|
||||
"arch": "amd64",
|
||||
"digest": "4517967d38c836fa718978c1cd8527c4f22fbda7b06c81f7d78c5435a983a49f",
|
||||
"digest": "00b238602b8c973e7a85e45f2f24bbe9cf200802ea37578e7689b3cc0a3415b7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.6-0"
|
||||
"version": "3.1.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -34,7 +34,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-11`, `1.14.6`, `1.14.6-debian-11-r2`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r2/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.14.6`, `1.14.6-debian-11-r3`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r3/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue