Skip to content

Commit 6a8d0ae

Browse files
author
Bitnami Bot
authored
[bitnami/consul] Release consul-1.20.2-debian-12-r0 (#76084)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent 5585ec7 commit 6a8d0ae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/consul/1/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-01-02T20:41:02Z" \
11+
org.opencontainers.image.created="2025-01-08T06:22:46Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/consul/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="1.20.1-debian-12-r5" \
15+
org.opencontainers.image.ref.name="1.20.2-debian-12-r0" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/consul" \
1717
org.opencontainers.image.title="consul" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
19-
org.opencontainers.image.version="1.20.1"
19+
org.opencontainers.image.version="1.20.2"
2020

2121
ENV HOME="/" \
2222
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN install_packages ca-certificates curl iproute2 procps zlib1g-dev
3030
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131
COMPONENTS=( \
3232
"render-template-1.0.7-8-linux-${OS_ARCH}-debian-12" \
33-
"consul-1.20.1-2-linux-${OS_ARCH}-debian-12" \
33+
"consul-1.20.2-0-linux-${OS_ARCH}-debian-12" \
3434
) ; \
3535
for COMPONENT in "${COMPONENTS[@]}"; do \
3636
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,7 +49,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
4949

5050
COPY rootfs /
5151
RUN /opt/bitnami/scripts/consul/postunpack.sh
52-
ENV APP_VERSION="1.20.1" \
52+
ENV APP_VERSION="1.20.2" \
5353
BITNAMI_APP_NAME="consul" \
5454
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"
5555

bitnami/consul/1/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "1.20.1-2"
6+
"version": "1.20.2-0"
77
},
88
"render-template": {
99
"arch": "amd64",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rolling-tags:
22
- "1"
33
- 1-debian-12
4-
- 1.20.1
4+
- 1.20.2
55
- latest

0 commit comments

Comments
 (0)