[bitnami/envoy] Release 1.21.6-debian-11-r0 (#15329)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
2aa7c87709
commit
5aeeb2e4cb
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.21.5-debian-11-r42" \
|
||||
org.opencontainers.image.ref.name="1.21.6-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.21.5"
|
||||
org.opencontainers.image.version="1.21.6"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,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.21.5-3-linux-${OS_ARCH}-debian-11" \
|
||||
"envoy-1.21.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -37,7 +37,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.21.5" \
|
||||
ENV APP_VERSION="1.21.6" \
|
||||
BITNAMI_APP_NAME="envoy" \
|
||||
PATH="/opt/bitnami/envoy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"envoy": {
|
||||
"arch": "amd64",
|
||||
"digest": "6d45c9ef219e134650b1d908a7fbb8cbfb560afa031e095a4fff45c48a85629b",
|
||||
"digest": "f84f8ff98d007550a9bb52987888674ef3c0449d1fb13486b4d3f99a916946aa",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.5-3"
|
||||
"version": "1.21.6-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "1.21"
|
||||
- "1.21-debian-11"
|
||||
- "1.21.5"
|
||||
- "1.21.6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue