1.10.14-debian-10-r44 release

This commit is contained in:
Bitnami Bot 2021-02-08 12:01:46 +00:00
parent af4cc49e90
commit f9b3a0b919
4 changed files with 7 additions and 5 deletions

View File

@ -15,7 +15,7 @@ RUN bitnami-pkg install python-3.8.7-6 --checksum ceae8ee5c625cbb0a92534c3a8647e
RUN bitnami-pkg install postgresql-client-10.15.0-0 --checksum a3b2c9f7bcc58ec78b2bbb4170cd0bb5b71a8fd8d879187aaff4a7f81326dcfc
RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d
RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN bitnami-pkg unpack airflow-1.10.14-5 --checksum 57dc2a52e6aee5d90b6013693693ce4439db68e3c4cf0088d689478b5cc344ff
RUN bitnami-pkg unpack airflow-1.10.14-7 --checksum 8d7e3fd270b869b0d7244fab9d7cb680ed9921f5316b6eedf655fff3105b45c8
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN localedef -c -f UTF-8 -i en_US en_US.UTF-8
@ -55,10 +55,11 @@ ENV AIRFLOW_BASE_URL="" \
AIRFLOW_POOL_SIZE="" \
AIRFLOW_REDIS_USE_SSL="no" \
AIRFLOW_USERNAME="user" \
AIRFLOW_USER_REGISTRATION_ROLE="Public" \
AIRFLOW_WEBSERVER_HOST="127.0.0.1" \
AIRFLOW_WEBSERVER_PORT_NUMBER="8080" \
BITNAMI_APP_NAME="airflow" \
BITNAMI_IMAGE_VERSION="1.10.14-debian-10-r42" \
BITNAMI_IMAGE_VERSION="1.10.14-debian-10-r44" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/airflow/venv/lib/python3.8/site-packages/numpy.libs/:$LD_LIBRARY_PATH" \

View File

@ -1,10 +1,10 @@
{
"airflow": {
"arch": "amd64",
"digest": "57dc2a52e6aee5d90b6013693693ce4439db68e3c4cf0088d689478b5cc344ff",
"digest": "8d7e3fd270b869b0d7244fab9d7cb680ed9921f5316b6eedf655fff3105b45c8",
"distro": "debian-10",
"type": "NAMI",
"version": "1.10.14-5"
"version": "1.10.14-7"
},
"gosu": {
"arch": "amd64",

View File

@ -32,6 +32,7 @@
"redisPort": "{{$global.env.REDIS_PORT_NUMBER}}",
"redisUseSSL": "{{$global.env.AIRFLOW_REDIS_USE_SSL}}",
"redisUser": "{{$global.env.REDIS_USER}}",
"userRegistrationRole": "{{$global.env.AIRFLOW_USER_REGISTRATION_ROLE}}",
"username": "{{$global.env.AIRFLOW_USERNAME}}",
"webserverPort": "{{$global.env.AIRFLOW_WEBSERVER_PORT_NUMBER}}"
}

View File

@ -34,7 +34,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2`, `2-debian-10`, `2.0.0`, `2.0.0-debian-10-r18`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.0.0-debian-10-r18/2/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.10.14`, `1.10.14-debian-10-r42` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.14-debian-10-r42/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.10.14`, `1.10.14-debian-10-r44` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.14-debian-10-r44/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow).