[bitnami/envoy] Release 1.24.3-debian-11-r5 (#27575)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-18 23:03:44 +01:00
committed by GitHub
parent 6e1fb14bb1
commit 27c9720f64
2 changed files with 5 additions and 5 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-13T09:12:02Z" \
org.opencontainers.image.created="2023-03-18T21:23:04Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.24.3-debian-11-r4" \
org.opencontainers.image.ref.name="1.24.3-debian-11-r5" \
org.opencontainers.image.title="envoy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.24.3"
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"envoy-1.24.3-0-linux-${OS_ARCH}-debian-11" \
"envoy-1.24.3-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"envoy": {
"arch": "amd64",
"digest": "8834086e8835fbc35d524aaeca8628c52d0fcde20668423d649a4d7a9f194bf5",
"digest": "14dcf9f73b13d00bbe33f9f699d4b5ea25fe54a894f78137697408d6f794774f",
"distro": "debian-11",
"type": "NAMI",
"version": "1.24.3-0"
"version": "1.24.3-1"
}
}