[bitnami/consul] Release 1.13.2-debian-11-r0 (#8055)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-09-27 10:17:08 +02:00
committed by GitHub
parent a3ce6525a2
commit 000f3e9457
4 changed files with 13 additions and 13 deletions

View File

@@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.13.1-debian-11-r12" \ org.opencontainers.image.ref.name="1.13.2-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/consul" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/consul" \
org.opencontainers.image.title="consul" \ org.opencontainers.image.title="consul" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.13.1" org.opencontainers.image.version="1.13.2"
ENV HOME="/" \ ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \ OS_ARCH="${TARGETARCH:-amd64}" \
@@ -36,20 +36,20 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ tar -zxf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256 rm -rf gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz gosu-1.14.0-154-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f consul-1.13.1-2-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ if [ ! -f consul-1.13.2-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/consul-1.13.1-2-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/consul-1.13.2-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/consul-1.13.1-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/consul-1.13.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \ fi && \
sha256sum -c consul-1.13.1-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ sha256sum -c consul-1.13.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf consul-1.13.1-2-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ tar -zxf consul-1.13.2-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf consul-1.13.1-2-linux-${OS_ARCH}-debian-11.tar.gz consul-1.13.1-2-linux-${OS_ARCH}-debian-11.tar.gz.sha256 rm -rf consul-1.13.2-0-linux-${OS_ARCH}-debian-11.tar.gz consul-1.13.2-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/consul/postunpack.sh RUN /opt/bitnami/scripts/consul/postunpack.sh
ENV APP_VERSION="1.13.1" \ ENV APP_VERSION="1.13.2" \
BITNAMI_APP_NAME="consul" \ BITNAMI_APP_NAME="consul" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH" PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"

View File

@@ -1,10 +1,10 @@
{ {
"consul": { "consul": {
"arch": "amd64", "arch": "amd64",
"digest": "81cec67a2649f6fbb62f5aeb8bbecf337a925399748b68d6b1e4692e27b709fb", "digest": "ea103fbea1c7959ff2deaf8f56d879c9397eb69214e30a1364f732d16348507f",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.13.1-2" "version": "1.13.2-0"
}, },
"gosu": { "gosu": {
"arch": "amd64", "arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags: rolling-tags:
- "1" - "1"
- "1-debian-11" - "1-debian-11"
- "1.13.1" - "1.13.2"
- "latest" - "latest"

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/). 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.13.1`, `1.13.1-debian-11-r12`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/consul/1/debian-11/Dockerfile) * [`1`, `1-debian-11`, `1.13.2`, `1.13.2-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/consul/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).