[bitnami/airflow] Release 3.1.0-debian-12-r0 (#86357)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-09-26 01:17:36 +02:00
committed by GitHub
parent 0c8c7bd32e
commit 5dadcad3bc
2 changed files with 11 additions and 5 deletions

View File

@@ -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="2025-09-23T19:27:25Z" \
org.opencontainers.image.created="2025-09-25T22:36:32Z" \
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.0.6"
org.opencontainers.image.version="3.1.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"ini-file-1.4.9-1-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \
"airflow-3.0.6-1-linux-${OS_ARCH}-debian-12" \
"airflow-3.1.0-0-linux-${OS_ARCH}-debian-12" \
"python-3.12.11-10-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -59,9 +59,9 @@ RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && \
echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen
RUN /opt/bitnami/scripts/locales/generate-locales.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
APP_VERSION="3.0.6" \
APP_VERSION="3.1.0" \
BITNAMI_APP_NAME="airflow" \
IMAGE_REVISION="3" \
IMAGE_REVISION="0" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib:/opt/bitnami/airflow/venv/lib/python3.12/site-packages/numpy.libs:$LD_LIBRARY_PATH" \

View File

@@ -478,6 +478,12 @@ docker run -d --name airflow -p 8080:8080 \
bitnami/airflow:latest
```
### FIPS configuration in Bitnami Secure Images
The Bitnami Apache Airflow Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
## Notable Changes
### Starting October 30, 2024