[bitnami/envoy] Release 1.22.6-debian-11-r15 (#20836)

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 2023-01-18 02:44:20 +01:00 committed by GitHub
parent eb972bad56
commit 4ea8767875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.22.6-debian-11-r14" \
org.opencontainers.image.ref.name="1.22.6-debian-11-r15" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy" \
org.opencontainers.image.title="envoy" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -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.22.6-0-linux-${OS_ARCH}-debian-11" \
"envoy-1.22.6-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": "1d04cae38926fce6b320b19d5bb0d91ef0ffa3268486f07b9d046cd1fe41396b",
"digest": "c5520de8cd1ad931ab5cfa66f41b1845100d7527728399b80ca3b339a43749b5",
"distro": "debian-11",
"type": "NAMI",
"version": "1.22.6-0"
"version": "1.22.6-1"
}
}