[bitnami/airflow] Release 3.0.4-debian-12-r0 (#85049)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
eefe013ddc
commit
e7c1dfc05c
|
|
@ -8,13 +8,13 @@ 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-08-07T09:24:53Z" \
|
||||
org.opencontainers.image.created="2025-08-09T01:29:56Z" \
|
||||
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.3"
|
||||
org.opencontainers.image.version="3.0.4"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -31,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
COMPONENTS=( \
|
||||
"ini-file-1.4.8-2-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.9-2-linux-${OS_ARCH}-debian-12" \
|
||||
"airflow-3.0.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"airflow-3.0.4-0-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.12.11-8-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -60,7 +60,7 @@ 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.3" \
|
||||
APP_VERSION="3.0.4" \
|
||||
BITNAMI_APP_NAME="airflow" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "3.0.3-0"
|
||||
"version": "3.0.4-0"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue