1.10.11-debian-10-r12 release
This commit is contained in:
parent
089e6381d8
commit
80a445ece4
|
|
@ -11,7 +11,7 @@ COPY prebuildfs /
|
|||
RUN install_packages ca-certificates curl gzip libbsd0 libbz2-1.0 libc6 libcom-err2 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed4 libicu63 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadb3 libncursesw6 libnettle6 libp11-kit0 libreadline7 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 procps sudo tar zlib1g
|
||||
RUN /build/bitnami-user.sh
|
||||
RUN /build/install-nami.sh
|
||||
RUN bitnami-pkg install python-3.6.11-2 --checksum c4ecd13a3f77fcf1d71e0ee5cbaacffd0b6e66baf3604f72e5128de3cd5a05e9
|
||||
RUN bitnami-pkg install python-3.6.11-3 --checksum 424b40128a6668333b4842f5bad2a003323ceb7088123136af6ac69b8b822529
|
||||
RUN bitnami-pkg install postgresql-client-10.13.0-2 --checksum e0ed74425c548835e468d2bdead1ce1c266d5c77d56f3104f3a9b4dcf4e5ac35
|
||||
RUN bitnami-pkg install tini-0.19.0-0 --checksum 9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c
|
||||
RUN bitnami-pkg install gosu-1.12.0-1 --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
|
||||
|
|
@ -35,7 +35,7 @@ ENV AIRFLOW_DATABASE_HOST="postgresql" \
|
|||
AIRFLOW_WEBSERVER_HOST="airflow" \
|
||||
AIRFLOW_WEBSERVER_PORT_NUMBER="8080" \
|
||||
BITNAMI_APP_NAME="airflow-scheduler" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.11-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.11-debian-10-r12" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy.libs/:$LD_LIBRARY_PATH" \
|
||||
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
LNAME="airflow" \
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- POSTGRESQL_PASSWORD=bitnami1
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
redis:
|
||||
image: docker.io/bitnami/redis:5.0-debian-10
|
||||
image: docker.io/bitnami/redis:6.0-debian-10
|
||||
volumes:
|
||||
- 'redis_data:/bitnami'
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -31,7 +31,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/).
|
||||
|
||||
|
||||
* [`1-debian-10`, `1.10.11-debian-10-r11`, `1`, `1.10.11`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/1.10.11-debian-10-r11/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.10.11-debian-10-r12`, `1`, `1.10.11`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/1.10.11-debian-10-r12/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-scheduler).
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- POSTGRESQL_PASSWORD=bitnami1
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
redis:
|
||||
image: docker.io/bitnami/redis:5.0-debian-10
|
||||
image: docker.io/bitnami/redis:6.0-debian-10
|
||||
volumes:
|
||||
- 'redis_data:/bitnami'
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue