[bitnami/airflow-worker] Release 2.6.2-debian-11-r6 (#39987)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
847d3dd021
commit
21fde78b55
|
|
@ -6,10 +6,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-07-02T14:09:03Z" \
|
||||
org.opencontainers.image.created="2023-07-05T13:40:25Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.6.2-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="2.6.2-debian-11-r6" \
|
||||
org.opencontainers.image.title="airflow-worker" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.2"
|
||||
|
|
@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"python-3.9.17-1-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.3.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.5-6-linux-${OS_ARCH}-debian-11" \
|
||||
"airflow-worker-2.6.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"airflow-worker-2.6.2-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.2-0"
|
||||
"version": "2.6.2-1"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue