From 3aa7c85b43b8d0d02582bdd76dfac162a89330ac Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 19 Mar 2026 08:43:30 +0100 Subject: [PATCH] [bitnami/kuberay-apiserver] Release 1.6.0-debian-12-r0 (#91718) Signed-off-by: Bitnami Bot --- bitnami/kuberay-apiserver/1/debian-12/Dockerfile | 10 +++++----- bitnami/kuberay-apiserver/README.md | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bitnami/kuberay-apiserver/1/debian-12/Dockerfile b/bitnami/kuberay-apiserver/1/debian-12/Dockerfile index 596701e83e65..37c7474463d3 100644 --- a/bitnami/kuberay-apiserver/1/debian-12/Dockerfile +++ b/bitnami/kuberay-apiserver/1/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-03-06T14:37:53Z" \ + org.opencontainers.image.created="2026-03-19T07:35:51Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kuberay-apiserver/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kuberay-apiserver" \ org.opencontainers.image.title="kuberay-apiserver" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.5.1" + org.opencontainers.image.version="1.6.0" ENV HOME="/" \ 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}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "kuberay-apiserver-1.5.1-4-linux-${OS_ARCH}-debian-12" \ + "kuberay-apiserver-1.6.0-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -45,9 +45,9 @@ RUN useradd -r -u 1001 -g root kuberay-apiserver RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="1.5.1" \ +ENV APP_VERSION="1.6.0" \ BITNAMI_APP_NAME="kuberay-apiserver" \ - IMAGE_REVISION="8" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/kuberay-apiserver/bin:$PATH" USER 1001 diff --git a/bitnami/kuberay-apiserver/README.md b/bitnami/kuberay-apiserver/README.md index 4055a132c1f6..17c401c516f3 100644 --- a/bitnami/kuberay-apiserver/README.md +++ b/bitnami/kuberay-apiserver/README.md @@ -73,6 +73,7 @@ Check the [official KubeRay API Server documentation](https://ray.io) for more i The Bitnami KubeRay API Server Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. +- `GODEBUG`: controls Go FIPS mode. Use `fips140=only` (restricted), `fips140=on` (relaxed), or `fips140=off` (disabled). ## Notable Changes