From 53ed37557e387cd09ac4773a7c280e7ba4fee2e9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Apr 2026 21:40:20 +0200 Subject: [PATCH] [bitnami/airflow] Release 3.2.0-debian-12-r0 (#92548) Signed-off-by: Bitnami Bot --- bitnami/airflow/3/debian-12/Dockerfile | 12 ++++++------ bitnami/airflow/README.md | 12 ++++++++---- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/airflow/3/debian-12/Dockerfile b/bitnami/airflow/3/debian-12/Dockerfile index a53d2061f1bb..66af6d9b69a7 100644 --- a/bitnami/airflow/3/debian-12/Dockerfile +++ b/bitnami/airflow/3/debian-12/Dockerfile @@ -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-04-11T01:40:35Z" \ + org.opencontainers.image.created="2026-04-17T18:53:21Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/airflow/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow" \ org.opencontainers.image.title="airflow" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="3.1.8" + org.opencontainers.image.version="3.2.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -32,8 +32,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "ini-file-1.4.9-9-linux-${OS_ARCH}-debian-12" \ "wait-for-port-1.0.10-9-linux-${OS_ARCH}-debian-12" \ "mariadb-lib-12.2.2-3-linux-${OS_ARCH}-debian-12" \ - "airflow-3.1.8-3-linux-${OS_ARCH}-debian-12" \ - "python-3.12.13-4-linux-${OS_ARCH}-debian-12" \ + "airflow-3.2.0-0-linux-${OS_ARCH}-debian-12" \ + "python-3.12.13-7-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -58,9 +58,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/airflow/postunpack.sh ENV AIRFLOW_HOME="/opt/bitnami/airflow" \ - APP_VERSION="3.1.8" \ + APP_VERSION="3.2.0" \ BITNAMI_APP_NAME="airflow" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="0" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ LD_LIBRARY_PATH="/opt/bitnami/airflow/venv/lib/python3.12/site-packages/numpy.libs:/opt/bitnami/mariadb/lib:/opt/bitnami/python/lib:$LD_LIBRARY_PATH" \ diff --git a/bitnami/airflow/README.md b/bitnami/airflow/README.md index ff7f43f1f79a..38cd4ca0d248 100644 --- a/bitnami/airflow/README.md +++ b/bitnami/airflow/README.md @@ -11,6 +11,14 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name airflow bitnami/airflow:latest ``` +## Using `docker-compose.yml` + +The docker-compose.yaml file of this container can be found in the [Bitnami Containers repository](https://github.com/bitnami/containers/). + +[https://github.com/bitnami/containers/tree/main/bitnami/airflow/docker-compose.yml](https://github.com/bitnami/containers/tree/main/bitnami/airflow/docker-compose.yml) + +Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/airflow). + ## Why use Bitnami Secure Images? Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images? @@ -36,10 +44,6 @@ Learn more about the Bitnami tagging policy and the difference between rolling t Airflow requires access to a PostgreSQL database to store information. We will use the [Bitnami PostgreSQL image](https://github.com/bitnami/containers/tree/main/bitnami/postgresql) for the database requirements. Additionally, if you pretend to use the `CeleryExecutor`, you will also need a [Bitnami Redis(R) server](https://github.com/bitnami/containers/tree/main/bitnami/redis). -### Using `docker-compose.yaml` - -Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/airflow). - ### Persisting your application The Bitnami Airflow container relies on the PostgreSQL database & Redis to persist the data. This means that Airflow does not persist anything. To avoid loss of data, you should mount volumes for persistence of [PostgreSQL data](https://github.com/bitnami/containers/blob/main/bitnami/mariadb#persisting-your-database) and [Redis(R) data](https://github.com/bitnami/containers/blob/main/bitnami/redis#persisting-your-database)