mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/envoy-gateway] Release 1.8.3-debian-12-r0 (#95840)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2026-07-14T06:46:00Z" \
|
org.opencontainers.image.created="2026-07-22T18:33:09Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/envoy-gateway/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/envoy-gateway/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy-gateway" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/envoy-gateway" \
|
||||||
org.opencontainers.image.title="envoy-gateway" \
|
org.opencontainers.image.title="envoy-gateway" \
|
||||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||||
org.opencontainers.image.version="1.8.2"
|
org.opencontainers.image.version="1.8.3"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"envoy-gateway-1.8.2-1-linux-${OS_ARCH}-debian-12" \
|
"envoy-gateway-1.8.3-0-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -45,9 +45,9 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||||
RUN uninstall_packages curl
|
RUN uninstall_packages curl
|
||||||
|
|
||||||
ENV APP_VERSION="1.8.2" \
|
ENV APP_VERSION="1.8.3" \
|
||||||
BITNAMI_APP_NAME="envoy-gateway" \
|
BITNAMI_APP_NAME="envoy-gateway" \
|
||||||
IMAGE_REVISION="2" \
|
IMAGE_REVISION="0" \
|
||||||
PATH="/opt/bitnami/envoy-gateway/bin:$PATH"
|
PATH="/opt/bitnami/envoy-gateway/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
-1
@@ -1 +0,0 @@
|
|||||||
ab1b384ca8bd9ecfaeebfc1b4ec84c174a7bb9d0cdc313d21a84b3d831568fa5 envoy-gateway-1.8.2-1-linux-amd64-debian-12.tar.gz
|
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
7c5aa87c712b885a07994c1d3e30955c33cda450edf6f34d95b08248ec728416 envoy-gateway-1.8.2-1-linux-arm64-debian-12.tar.gz
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
612cff13349e8c024c7963ba9e06813493ccc747ca00887b70837061c4dab3ce envoy-gateway-1.8.3-0-linux-amd64-debian-12.tar.gz
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
1dbde5b154d85708178bbbef2004953e2e3d58b12bcf2bdfb9636a1e650e85bc envoy-gateway-1.8.3-0-linux-arm64-debian-12.tar.gz
|
||||||
Reference in New Issue
Block a user