[bitnami/superset] Release 6.0.0-debian-12-r5 (#91248)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-05 11:00:38 +01:00 committed by GitHub
parent a979f30d21
commit 1868a50d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 31 deletions

View File

@ -7,7 +7,7 @@ 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-02-19T05:03:01Z" \
org.opencontainers.image.created="2026-03-05T09:31:01Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/superset/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/superset" \
@ -28,7 +28,8 @@ 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=( \
"python-3.10.19-14-linux-${OS_ARCH}-debian-12" \
"python-3.10.20-0-linux-${OS_ARCH}-debian-12" \
"mariadb-lib-12.2.2-0-linux-${OS_ARCH}-debian-12" \
"superset-6.0.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -50,7 +51,8 @@ RUN /opt/bitnami/scripts/superset/postunpack.sh
ENV APP_VERSION="6.0.0" \
BITNAMI_APP_NAME="superset" \
FLASK_APP="superset.app:create_app()" \
IMAGE_REVISION="4" \
IMAGE_REVISION="5" \
LD_LIBRARY_PATH="/opt/bitnami/mariadb/lib:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/superset/venv/bin:/opt/bitnami/python/bin:$PATH" \
SUPERSET_HOME="/opt/bitnami/superset/superset_home"

View File

@ -1,7 +1,5 @@
# Bitnami Secure Image for Apache Superset
## What is Apache Superset?
> Superset is a modern data exploration and data visualization platform.
[Overview of Apache Superset](https://superset.apache.org/)
@ -62,6 +60,8 @@ docker build -t bitnami/APP:latest .
## Configuration
The following section describes how to run commands
### Running your Apache Superset app
The default work directory for the Apache Superset image is `/app`. You can mount a folder from your host here that includes your Apache Superset script, and run it normally using the `python` command.
@ -90,32 +90,6 @@ The Bitnami Apache Superset Docker image from the [Bitnami Secure Images](https:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Maintenance
### Upgrade this image
Bitnami provides up-to-date versions of Apache Superset, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
#### Step 1: Get the updated image
```console
docker pull bitnami/superset:latest
```
#### Step 2: Remove the currently running container
```console
docker rm -v superset
```
#### Step 3: Run the new image
Re-create your container from the new image.
```console
docker run --name superset bitnami/superset:latest
```
## License
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.