mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 22:55:40 +08:00
[bitnami/cilium-operator] Release 1.19.5-debian-12-r0 (#94833)
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
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-06-10T13:50:01Z" \
|
||||
org.opencontainers.image.created="2026-06-16T13:32:50Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/cilium-operator/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cilium-operator" \
|
||||
org.opencontainers.image.title="cilium-operator" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.19.4"
|
||||
org.opencontainers.image.version="1.19.5"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"gops-0.3.29-8-linux-${OS_ARCH}-debian-12" \
|
||||
"cilium-operator-1.19.4-2-linux-${OS_ARCH}-debian-12" \
|
||||
"cilium-operator-1.19.5-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,9 +46,9 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="1.19.4" \
|
||||
ENV APP_VERSION="1.19.5" \
|
||||
BITNAMI_APP_NAME="cilium-operator" \
|
||||
IMAGE_REVISION="5" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/cilium-operator/bin:$PATH"
|
||||
|
||||
EXPOSE 9963
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
53d2c6eebd961208bf3c58001901453d296b82fc728f34ea97a614240863f55f cilium-operator-1.19.4-2-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
ce8531bc4cc4185687d3aef9fb987e3c8a0795d32d8357d8eb9d92bbd497e874 cilium-operator-1.19.4-2-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
58d0981798a2b6bec6ea5818152f5d288d9cb4e1730f0d969b1577d58ece9e7a cilium-operator-1.19.5-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
0e04c5383835aa24193afcf2fabac4e6fa90bf590d727c4b19e1098de86ca6d7 cilium-operator-1.19.5-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user