2.3.2-debian-11-r5 release

This commit is contained in:
Bitnami Bot 2022-06-15 13:36:01 +00:00 committed by Bitnami Containers
parent 671533b5df
commit 05c296c807
3 changed files with 4 additions and 4 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-150" --checksum c9d6f09bac47484b4d4aaec3d48018c46d4102fb35abebeb62ef7a3496125e4c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.3-150" --checksum ef1f6d1ca9e4873f82cf5037078b55524596ca2755262948f23571767bfd4101
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.36.1-150" --checksum c15ff3fff7478e74922d560c5c4ffcb8d11bff92975f81591b62742902edd731
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow" "2.3.2-150" --checksum 454fa1afc782cc687f8ef7f251343f628d1580226a399cd9fcfdccf1d68a1058
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow" "2.3.2-151" --checksum 04589b61a3e54748e7f2a7f29e05d00512767dc9839aa60b7686ea2c1bc403d6
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -1,10 +1,10 @@
{
"airflow": {
"arch": "amd64",
"digest": "454fa1afc782cc687f8ef7f251343f628d1580226a399cd9fcfdccf1d68a1058",
"digest": "04589b61a3e54748e7f2a7f29e05d00512767dc9839aa60b7686ea2c1bc403d6",
"distro": "debian-11",
"type": "NAMI",
"version": "2.3.2-150"
"version": "2.3.2-151"
},
"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-11`, `2.3.2`, `2.3.2-debian-11-r4`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.3.2-debian-11-r4/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.3.2`, `2.3.2-debian-11-r5`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.3.2-debian-11-r5/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow).