mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
2.7.2-debian-10-r6 release
This commit is contained in:
@@ -9,9 +9,9 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.7.2-0" --checksum 8f8a65849f9986a2c60d44fd6c0c4da6e36efbf065b141886c4f2f553dc87bbc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-7" --checksum ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nats" "2.7.2-1" --checksum 671a39c16b41976c2ab42410baa3dc4498a5d95c1d16dd3ad4f7c261b4f43a00
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/nats/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="nats" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.2-debian-10-r5" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.2-debian-10-r6" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/nats/bin:$PATH"
|
||||
|
||||
EXPOSE 4222 6222 8222
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
|
||||
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-3"
|
||||
"version": "1.14.0-4"
|
||||
},
|
||||
"nats": {
|
||||
"arch": "amd64",
|
||||
"digest": "8f8a65849f9986a2c60d44fd6c0c4da6e36efbf065b141886c4f2f553dc87bbc",
|
||||
"digest": "671a39c16b41976c2ab42410baa3dc4498a5d95c1d16dd3ad4f7c261b4f43a00",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.2-0"
|
||||
"version": "2.7.2-1"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
"digest": "81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326",
|
||||
"digest": "ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-6"
|
||||
"version": "1.0.1-7"
|
||||
}
|
||||
}
|
||||
@@ -48,7 +48,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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.7.2`, `2.7.2-debian-10-r5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.7.2-debian-10-r5/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.7.2`, `2.7.2-debian-10-r6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.7.2-debian-10-r6/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user