DirectorySecurity advisories
Sign in

Directory

superset logo

superset

Last changed
Get started with latest for free
docker pull cgr.dev/chainguard/superset

Need access to a specific version? Contact us.

Sign in for updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign in
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

A minimal, wolfi-based image for Apache Superset. Apache Supersetis a Data Visualization and Data Exploration Platform

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/superset:latest

Deploying Apache Superset with Helm

Deploying Apache Superset with Chainguard's images is straightforward using the official Superset Helm chart.

First, add the Superset Helm repository:

helm repo add superset https://apache.github.io/superset

# Deploy Superset using:

helm install superset superset/superset \
  --set extraSecretEnv.SUPERSET_SECRET_KEY="$(openssl rand -base64 42)" \
  --set image.repository=cgr.dev/chainguard/superset \
  --set image.tag=latest

You can also customize your Helm deployment by editing the values.yaml after fetching the chart:

helm fetch superset/superset --untar Then edit values.yaml to use Chainguard's images/tags:

image:
  repository: cgr.dev/chainguard/apache-superset
  tag: latest

Deploy your customized Helm chart:

helm install superset .

For detailed instructions on deploying Apache Superset via Helm, consult the official Apache Superset Helm chart documentation.

Usage

With Apache Superset running, access the web interface by navigating to http://localhost:8088. Login with the default credentials or the ones you have configured.

You can now manage databases, create visualizations, and configure your dashboards.

Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • LGPL-2.1-or-later

  • MIT

  • Apache-2.0

  • GPL-2.0-only

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • GPL-3.0-or-later WITH GCC-exception-3.1

View more

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement 

Products

Chainguard Images

© 2024 Chainguard, Inc.