DirectorySecurity advisories
Sign in

Directory

airflow logo

airflow

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

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 Airflow.Apache Airflow is a platform to programmatically author, schedule, and monitor workflows.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/airflow:latest

Deploying Apache Airflow with Helm

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

First, add the Airflow Helm repository:

helm repo add airflow-stable https://airflow-helm.github.io/charts

Deploy Airflow using:

helm install airflow airflow-stable/airflow \
  --set airflow.image.repository=cgr.dev/chainguard/airflow \
  --set airflow.image.tag=latest

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

helm fetch airflow-stable/airflow --untar

Then edit values.yaml to use Chainguard's images/tags:

image:
  repository: cgr.dev/chainguard/airflow
  tag: latest

Deploy your customized Helm chart:

helm install airflow .

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

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

You can now manage workflows, create DAGs, and monitor your tasks.

Licenses

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

  • Apache-2.0

  • GCC-exception-3.1

  • GPL-2.0-only

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

  • LGPL-3.0-or-later

View more

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

Software license agreement

Products

Chainguard Images

© 2024 Chainguard, Inc.