1.12.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-06-04 02:22:10 +00:00
committed by Bitnami Containers
parent 194c43b0dd
commit 918bbc68b1
3 changed files with 5 additions and 5 deletions

View File

@@ -11,14 +11,14 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip iproute2 procps tar zlib1g-dev
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-0" --checksum af5ec81cfb8e8420fe6af80a77d40da25e0f7e136abb6dde27267c97fb27cf8b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.12.1-0" --checksum 14e5d1f3dc8315cf0bf9213bdf8af024bc85fa493a75a2e141fa439cf88cd9f8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.12.2-0" --checksum 6861f0e5697c3bd62d4ada2be08372425edecfcf1b1f435e34afdc1883caf9bd
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/consul/postunpack.sh
ENV APP_VERSION="1.12.1" \
ENV APP_VERSION="1.12.2" \
BITNAMI_APP_NAME="consul" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"

View File

@@ -1,10 +1,10 @@
{
"consul": {
"arch": "amd64",
"digest": "14e5d1f3dc8315cf0bf9213bdf8af024bc85fa493a75a2e141fa439cf88cd9f8",
"digest": "6861f0e5697c3bd62d4ada2be08372425edecfcf1b1f435e34afdc1883caf9bd",
"distro": "debian-10",
"type": "NAMI",
"version": "1.12.1-0"
"version": "1.12.2-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -47,7 +47,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.12.1`, `1.12.1-debian-10-r7`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.1-debian-10-r7/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.12.2`, `1.12.2-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.2-debian-10-r0/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).