From 8c8e1d85b1532c4d473e11cf03f6c52c7b599efb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 15 Nov 2021 23:17:10 +0000 Subject: [PATCH] 2.2.2-debian-10-r0 release --- bitnami/airflow-worker/2/debian-10/Dockerfile | 4 ++-- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/airflow-worker/README.md | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bitnami/airflow-worker/2/debian-10/Dockerfile b/bitnami/airflow-worker/2/debian-10/Dockerfile index 7ee15dbb02fb..9993d100420c 100644 --- a/bitnami/airflow-worker/2/debian-10/Dockerfile +++ b/bitnami/airflow-worker/2/debian-10/Dockerfile @@ -16,7 +16,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-clien RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-0" --checksum 3d189e4b1fcdc330fb84c14a7c6fb296deff37d3142d9a17fe0c9a5dba51ef6d RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.33.0-0" --checksum fd9a3245580fef6248f778efeba0a017675424f15ff16ace42c095496e4f02f3 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-worker" "2.2.1-0" --checksum 4576c3c33206e57176a337d9cc582b8a63d4673adcdba51ff0527959656a4c8a +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-worker" "2.2.2-0" --checksum 38ff3700e54033c31038c349ce354225e7c377f982713bef5ad7c533c137ad6e RUN chmod g+rwX /opt/bitnami RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8 RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && \ @@ -28,7 +28,7 @@ RUN /opt/bitnami/scripts/airflow-worker/postunpack.sh RUN /opt/bitnami/scripts/locales/add-extra-locales.sh ENV AIRFLOW_HOME="/opt/bitnami/airflow" \ BITNAMI_APP_NAME="airflow-worker" \ - BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r15" \ + BITNAMI_IMAGE_VERSION="2.2.2-debian-10-r0" \ C_FORCE_ROOT="True" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ diff --git a/bitnami/airflow-worker/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/airflow-worker/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index c277c99dc1ad..df1f1a4f2b33 100644 --- a/bitnami/airflow-worker/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/airflow-worker/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "airflow-worker": { "arch": "amd64", - "digest": "4576c3c33206e57176a337d9cc582b8a63d4673adcdba51ff0527959656a4c8a", + "digest": "38ff3700e54033c31038c349ce354225e7c377f982713bef5ad7c533c137ad6e", "distro": "debian-10", "type": "NAMI", - "version": "2.2.1-0" + "version": "2.2.2-0" }, "git": { "arch": "amd64", diff --git a/bitnami/airflow-worker/README.md b/bitnami/airflow-worker/README.md index e87e5b0a1f4c..48ba61d94eaf 100644 --- a/bitnami/airflow-worker/README.md +++ b/bitnami/airflow-worker/README.md @@ -6,6 +6,8 @@ [Overview of Apache Airflow Worker](https://airflow.apache.org/) +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. + ## TL;DR ### Docker Compose @@ -35,8 +37,7 @@ You can find the default credentials and available configuration options in the Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`2`, `2-debian-10`, `2.2.1`, `2.2.1-debian-10-r15`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker/blob/2.2.1-debian-10-r15/2/debian-10/Dockerfile) -* [`1`, `1-debian-10`, `1.10.15`, `1.10.15-debian-10-r219` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker/blob/1.10.15-debian-10-r219/1/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.2.2`, `2.2.2-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker/blob/2.2.2-debian-10-r0/2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-worker).