mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/airflow-scheduler] Release 2.5.0-debian-11-r0 (#15687)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="2.4.3-debian-11-r5" \
|
org.opencontainers.image.ref.name="2.5.0-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow-scheduler" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow-scheduler" \
|
||||||
org.opencontainers.image.title="airflow-scheduler" \
|
org.opencontainers.image.title="airflow-scheduler" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="2.4.3"
|
org.opencontainers.image.version="2.5.0"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||||||
"postgresql-client-15.1.0-0-linux-${OS_ARCH}-debian-11" \
|
"postgresql-client-15.1.0-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"ini-file-1.4.4-1-linux-${OS_ARCH}-debian-11" \
|
"ini-file-1.4.4-1-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||||
"airflow-scheduler-2.4.3-0-linux-${OS_ARCH}-debian-11" \
|
"airflow-scheduler-2.5.0-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -51,7 +51,7 @@ COPY rootfs /
|
|||||||
RUN /opt/bitnami/scripts/airflow-scheduler/postunpack.sh
|
RUN /opt/bitnami/scripts/airflow-scheduler/postunpack.sh
|
||||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||||
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
|
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
|
||||||
APP_VERSION="2.4.3" \
|
APP_VERSION="2.5.0" \
|
||||||
BITNAMI_APP_NAME="airflow-scheduler" \
|
BITNAMI_APP_NAME="airflow-scheduler" \
|
||||||
LANG="en_US.UTF-8" \
|
LANG="en_US.UTF-8" \
|
||||||
LANGUAGE="en_US:en" \
|
LANGUAGE="en_US:en" \
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"airflow-scheduler": {
|
"airflow-scheduler": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "7ed4ee9e767b5ed64fc4336c8df0e5a5b100ba0fb6cbdca525092cd54a26b9a6",
|
"digest": "c922a5626583a76321e2062bd7ab934356dd45c6e59770f283fee1a8cc9e0309",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.4.3-0"
|
"version": "2.5.0-0"
|
||||||
},
|
},
|
||||||
"gosu": {
|
"gosu": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "2"
|
- "2"
|
||||||
- "2-debian-11"
|
- "2-debian-11"
|
||||||
- "2.4.3"
|
- "2.5.0"
|
||||||
- "latest"
|
- "latest"
|
||||||
|
|||||||
Reference in New Issue
Block a user