2.2.4-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-02-22 22:55:34 +00:00
parent 0a5ff2a263
commit 398725200e
3 changed files with 5 additions and 5 deletions

View File

@@ -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-6" --checksum a947aad3f8cab0ff7c76506e1ea09156dfd442a6842500d1b8203f735b0e6b84
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.35.1-4" --checksum e5feed054f6c6e0497502e5c0551070241f543966491e962ce1f51780f6b170e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-scheduler" "2.2.3-8" --checksum 9ff914e6bd007f3a7757bb4a9b170fdaa9dd470b43216fae4d05977d1072d63b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-scheduler" "2.2.4-0" --checksum 0a6927a62a8288d6d7d90565e78f57ee7764a9eb776f018ee9f918ca006fcda0
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -25,7 +25,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/airflow-scheduler/postunpack.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
BITNAMI_APP_NAME="airflow-scheduler" \
BITNAMI_IMAGE_VERSION="2.2.3-debian-10-r59" \
BITNAMI_IMAGE_VERSION="2.2.4-debian-10-r0" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/airflow/venv/lib/python3.8/site-packages/numpy.libs/:$LD_LIBRARY_PATH" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="airflow" \

View File

@@ -1,10 +1,10 @@
{
"airflow-scheduler": {
"arch": "amd64",
"digest": "9ff914e6bd007f3a7757bb4a9b170fdaa9dd470b43216fae4d05977d1072d63b",
"digest": "0a6927a62a8288d6d7d90565e78f57ee7764a9eb776f018ee9f918ca006fcda0",
"distro": "debian-10",
"type": "NAMI",
"version": "2.2.3-8"
"version": "2.2.4-0"
},
"git": {
"arch": "amd64",

View File

@@ -37,7 +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.3`, `2.2.3-debian-10-r59`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.2.3-debian-10-r59/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.2.4`, `2.2.4-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.2.4-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-scheduler).