[bitnami/envoy] Release 1.23.4-debian-11-r0 (#23241)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-08 10:37:30 +01:00 committed by GitHub
parent 61c0f69224
commit a7141b7922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -5,11 +5,11 @@ 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.23.3-debian-11-r22" \
org.opencontainers.image.ref.name="1.23.4-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy" \
org.opencontainers.image.title="envoy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.23.3"
org.opencontainers.image.version="1.23.4"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -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.3-1-linux-${OS_ARCH}-debian-11" \
"envoy-1.23.4-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="1.23.3" \
ENV APP_VERSION="1.23.4" \
BITNAMI_APP_NAME="envoy" \
PATH="/opt/bitnami/envoy/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"envoy": {
"arch": "amd64",
"digest": "140e98fbaacb58f50314232b25a50b920872b4af332b45c2da3af56b5a2ba778",
"digest": "c86080539868d756efbfbe1dd403292e411ce93012e4e85461fa704a39ab6b53",
"distro": "debian-11",
"type": "NAMI",
"version": "1.23.3-1"
"version": "1.23.4-0"
}
}

View File

@ -1,3 +1,3 @@
Bitnami containers ship with software bundles. You can find the licenses under:
/opt/bitnami/nami/COPYING
Bitnami containers ship with software bundles. You can find the licenses at:
https://bitnami.com/open-source
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt

View File

@ -1,4 +1,4 @@
rolling-tags:
- "1.23"
- "1.23-debian-11"
- "1.23.3"
- "1.23.4"