[bitnami/airflow] Release 3.0.1-debian-12-r0 (#81016)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-05-12 20:13:23 +02:00
committed by GitHub
parent 5e57b03f49
commit c8de16ee0a
3 changed files with 10 additions and 11 deletions

View File

@@ -8,14 +8,14 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-05-08T11:42:15Z" \
org.opencontainers.image.created="2025-05-12T16:52:53Z" \
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.ref.name="3.0.0-debian-12-r4" \
org.opencontainers.image.ref.name="3.0.1-debian-12-r0" \
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.0"
org.opencontainers.image.version="3.0.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,9 +29,9 @@ RUN install_packages ca-certificates curl git krb5-user libbz2-1.0 libcom-err2 l
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"wait-for-port-1.0.8-16-linux-${OS_ARCH}-debian-12" \
"python-3.12.10-8-linux-${OS_ARCH}-debian-12" \
"python-3.12.10-10-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.7-16-linux-${OS_ARCH}-debian-12" \
"airflow-3.0.0-3-linux-${OS_ARCH}-debian-12" \
"airflow-3.0.1-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -42,8 +42,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
@@ -57,7 +56,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/airflow/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
APP_VERSION="3.0.0" \
APP_VERSION="3.0.1" \
BITNAMI_APP_NAME="airflow" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

@@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.0.0-3"
"version": "3.0.1-0"
},
"ini-file": {
"arch": "amd64",
@@ -15,7 +15,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.12.10-8"
"version": "3.12.10-10"
},
"wait-for-port": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "3"
- 3-debian-12
- 3.0.0
- 3.0.1
- latest