Skip to content

Commit 7b29f80

Browse files
Bitnami Botbeertje44
authored andcommitted
[bitnami/airflow] Release airflow-2.10.4-debian-12-r1 (bitnami#76058)
Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
1 parent 2e81ef5 commit 7b29f80

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bitnami/airflow/2/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2024-12-16T15:01:51Z" \
11+
org.opencontainers.image.created="2025-01-07T13:04:26Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/airflow/README.md" \
1414
org.opencontainers.image.licenses="Apache-2.0" \
15-
org.opencontainers.image.ref.name="2.10.4-debian-12-r0" \
15+
org.opencontainers.image.ref.name="2.10.4-debian-12-r1" \
1616
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow" \
1717
org.opencontainers.image.title="airflow" \
1818
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -30,9 +30,9 @@ RUN install_packages ca-certificates curl git krb5-user libbz2-1.0 libcom-err2 l
3030
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3131
COMPONENTS=( \
3232
"wait-for-port-1.0.8-8-linux-${OS_ARCH}-debian-12" \
33-
"python-3.12.8-0-linux-${OS_ARCH}-debian-12" \
33+
"python-3.12.8-1-linux-${OS_ARCH}-debian-12" \
3434
"ini-file-1.4.7-8-linux-${OS_ARCH}-debian-12" \
35-
"airflow-2.10.4-0-linux-${OS_ARCH}-debian-12" \
35+
"airflow-2.10.4-1-linux-${OS_ARCH}-debian-12" \
3636
) ; \
3737
for COMPONENT in "${COMPONENTS[@]}"; do \
3838
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

bitnami/airflow/2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "2.10.4-0"
6+
"version": "2.10.4-1"
77
},
88
"ini-file": {
99
"arch": "amd64",
@@ -15,7 +15,7 @@
1515
"arch": "amd64",
1616
"distro": "debian-12",
1717
"type": "NAMI",
18-
"version": "3.12.8-0"
18+
"version": "3.12.8-1"
1919
},
2020
"wait-for-port": {
2121
"arch": "amd64",

bitnami/airflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ If you encountered a problem running this container, you can file an [issue](htt
490490

491491
## License
492492

493-
Copyright &copy; 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
493+
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
494494

495495
Licensed under the Apache License, Version 2.0 (the "License");
496496
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)