[bitnami/envoy] Release 1.23.5-debian-11-r6 (#27586)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-20 09:06:29 +01:00
committed by GitHub
parent 2eb5f4d532
commit 146cf3ec49
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-15T23:06:39Z" \
org.opencontainers.image.created="2023-03-18T21:22:42Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.23.5-debian-11-r5" \
org.opencontainers.image.ref.name="1.23.5-debian-11-r6" \
org.opencontainers.image.title="envoy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.23.5"
@@ -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.23.5-0-linux-${OS_ARCH}-debian-11" \
"envoy-1.23.5-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": "8e72522f81d4e1302cccf6bd44b68f4c364ed7972a84748fb8e81d6db8148f18",
"digest": "3f0aa8cb7279837b8287ee5d53211a5bf10e3facb7b5078301a46a7eaea6d287",
"distro": "debian-11",
"type": "NAMI",
"version": "1.23.5-0"
"version": "1.23.5-1"
}
}