2.3.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-06-04 16:38:22 +00:00
committed by Bitnami Containers
parent fce009eb80
commit 662af1d628
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-scheduler" "2.3.1-0" --checksum a6b54e4b0ca8ff53d7930e083357bbf315801e16e84fd468e73db0176ca43e75
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-scheduler" "2.3.2-0" --checksum 7ab2145c27fe7e6e66fb102a5f36174fa70177f878e1724f851206289b631157
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -24,7 +24,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/airflow-scheduler/postunpack.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
APP_VERSION="2.3.1" \
APP_VERSION="2.3.2" \
BITNAMI_APP_NAME="airflow-scheduler" \
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" \

View File

@@ -1,10 +1,10 @@
{
"airflow-scheduler": {
"arch": "amd64",
"digest": "a6b54e4b0ca8ff53d7930e083357bbf315801e16e84fd468e73db0176ca43e75",
"digest": "7ab2145c27fe7e6e66fb102a5f36174fa70177f878e1724f851206289b631157",
"distro": "debian-10",
"type": "NAMI",
"version": "2.3.1-0"
"version": "2.3.2-0"
},
"git": {
"arch": "amd64",

View File

@@ -33,7 +33,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.3.1`, `2.3.1-debian-10-r2`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.3.1-debian-10-r2/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-scheduler/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-scheduler).