Skip to content

Commit c2cbb5a

Browse files
authored
[bitnami/kuberay-operator] Release 1.5.1-debian-12-r1 (#88794)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 225fac8 commit c2cbb5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bitnami/kuberay-operator/1/debian-12/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2025-11-21T18:46:16Z" \
10+
org.opencontainers.image.created="2025-12-03T20:21:15Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kuberay-operator/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kuberay-operator" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2828
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
2929
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
31-
"kuberay-1.5.1-0-linux-${OS_ARCH}-debian-12" \
31+
"kuberay-1.5.1-1-linux-${OS_ARCH}-debian-12" \
3232
) ; \
3333
for COMPONENT in "${COMPONENTS[@]}"; do \
3434
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
4747

4848
ENV APP_VERSION="1.5.1" \
4949
BITNAMI_APP_NAME="kuberay-operator" \
50-
IMAGE_REVISION="0" \
50+
IMAGE_REVISION="1" \
5151
PATH="/opt/bitnami/kuberay/bin:$PATH"
5252

5353
USER 1001

0 commit comments

Comments
 (0)