2.0.0-debian-10-r14 release
This commit is contained in:
parent
e896323c1c
commit
89d7c365da
|
|
@ -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-2.0.0-4 --checksum e2139bf3a482d62c6f4be56374bf87b6a64707313271006933db4a6972465a33
|
||||
RUN bitnami-pkg unpack airflow-2.0.0-5 --checksum 363431c87aaad13fa7496e234efafbe3f4b9a459af54a4c085ff5d9236fccf0b
|
||||
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
|
||||
|
|
@ -58,7 +58,7 @@ ENV AIRFLOW_BASE_URL="" \
|
|||
AIRFLOW_WEBSERVER_HOST="127.0.0.1" \
|
||||
AIRFLOW_WEBSERVER_PORT_NUMBER="8080" \
|
||||
BITNAMI_APP_NAME="airflow" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.0-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.0-debian-10-r14" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"airflow": {
|
||||
"arch": "amd64",
|
||||
"digest": "e2139bf3a482d62c6f4be56374bf87b6a64707313271006933db4a6972465a33",
|
||||
"digest": "363431c87aaad13fa7496e234efafbe3f4b9a459af54a4c085ff5d9236fccf0b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.0.0-4"
|
||||
"version": "2.0.0-5"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.0.0`, `2.0.0-debian-10-r13`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.0.0-debian-10-r13/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.0.0`, `2.0.0-debian-10-r14`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.0.0-debian-10-r14/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.10.14`, `1.10.14-debian-10-r40` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.14-debian-10-r40/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow).
|
||||
|
|
|
|||
Loading…
Reference in New Issue