2.3.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-06-04 19:25:48 +00:00
committed by Bitnami Containers
parent 6398dce870
commit faa69ed299
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.21.0-0" --checksum d5820263d74b7847f65a05b513f1e1ab196128cd9e3dff1b90a2063276667982
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-0" --checksum 2c9ca79a0586a4ec64c66aceda27ebab1ea877dc63982203b5eb71150e00a5e9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.36.1-0" --checksum e00f740b66faf2808cb8983a39b186d43a8367730512c402df78751a9cefbfc1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow" "2.3.1-0" --checksum ae43528629106e7d39c8d274612496900bce8ba23cf8a40c235101f0354866a6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow" "2.3.2-0" --checksum e90f9cc26119687c12224be3e52dc11b934b239f70a53b905c158aa3ff3a78c8
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -29,7 +29,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/airflow/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
APP_VERSION="2.3.1" \
APP_VERSION="2.3.2" \
BITNAMI_APP_NAME="airflow" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

@@ -1,10 +1,10 @@
{
"airflow": {
"arch": "amd64",
"digest": "ae43528629106e7d39c8d274612496900bce8ba23cf8a40c235101f0354866a6",
"digest": "e90f9cc26119687c12224be3e52dc11b934b239f70a53b905c158aa3ff3a78c8",
"distro": "debian-10",
"type": "NAMI",
"version": "2.3.1-0"
"version": "2.3.2-0"
},
"git": {
"arch": "amd64",

View File

@@ -33,7 +33,7 @@ $ docker-compose up
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.3.1`, `2.3.1-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.3.1-debian-10-r1/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.3.2`, `2.3.2-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.3.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).