diff --git a/bitnami/superset/6/debian-12/Dockerfile b/bitnami/superset/6/debian-12/Dockerfile index 9cfaddbcd852..d196d6d242f8 100644 --- a/bitnami/superset/6/debian-12/Dockerfile +++ b/bitnami/superset/6/debian-12/Dockerfile @@ -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" diff --git a/bitnami/superset/README.md b/bitnami/superset/README.md index 8e3d16ae1533..e065b776cffa 100644 --- a/bitnami/superset/README.md +++ b/bitnami/superset/README.md @@ -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 © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.