mirror of
https://github.com/bitnami/containers.git
synced 2026-03-26 23:08:08 +08:00
[bitnami/kuberay-apiserver] Release 1.6.0-debian-12-r0 (#91718)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user