1.10.3-debian-9-r0 release

This commit is contained in:
Bitnami Bot 2019-04-16 13:19:23 +00:00
parent 6524924d61
commit 8de8c5465a
2 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
HOME="/"
# Install required system packages and dependencies
RUN install_packages libbsd0 libbz2-1.0 libc6 libcomerr2 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed4 libicu57 libidn11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libmariadbclient18 libncurses5 libnettle6 libnss-wrapper libp11-kit0 libpq5 libreadline7 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo5 libxml2 libxslt1.1 zlib1g
RUN install_packages libbsd0 libbz2-1.0 libc6 libcomerr2 libedit2 libffi6 libgcc1 libgssapi-krb5-2 libicu57 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libmariadbclient18 libncurses5 libnss-wrapper libreadline7 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtinfo5 libxml2 libxslt1.1 zlib1g
RUN bitnami-pkg install python-3.6.8-2 --checksum 2eb057ee7701667327f6bcc1fc8765abe5d9d003a64124e5f8505fa692e71eb8
RUN bitnami-pkg install postgresql-client-10.7.0-1 --checksum a351a3ea00d4443bdc6892e5f9d45aaf2fbbdf7c2aa40ab6cf423c78d535cca1
RUN bitnami-pkg unpack airflow-worker-1.10.2-5 --checksum 758d034d363f3f10ec51ad71db94212ba25023c864b1a67e2ac775d7b70fd443
RUN bitnami-pkg unpack airflow-worker-1.10.3-0 --checksum a79b738bddeb5db3044438fb3d157d26986124d6d822393b014a3adee58fe264
COPY rootfs /
ENV AIRFLOW_DATABASE_HOST="postgresql" \
@ -27,9 +27,9 @@ ENV AIRFLOW_DATABASE_HOST="postgresql" \
AIRFLOW_WEBSERVER_PORT_NUMBER="8080" \
AIRFLOW_WORKER_PORT_NUMBER="8793" \
BITNAMI_APP_NAME="airflow-worker" \
BITNAMI_IMAGE_VERSION="1.10.2-debian-9-r67" \
BITNAMI_IMAGE_VERSION="1.10.3-debian-9-r0" \
C_FORCE_ROOT="True" \
LD_LIBRARY_PATH="/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy/.libs/:$LD_LIBRARY_PATH" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy/.libs/:$LD_LIBRARY_PATH" \
LD_PRELOAD="/usr/lib/libnss_wrapper.so" \
LNAME="airflow" \
NAMI_PREFIX="/.nami" \

View File

@ -30,9 +30,9 @@ $ 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/containers/how-to/understand-rolling-tags-containers/).
* [`1-debian-9`, `1.10.3-debian-9-r0`, `1`, `1.10.3`, `1.10.3-r0`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.3-debian-9-r0/1/debian-9/Dockerfile)
* [`1-rhel-7`, `1.10.2-rhel-7-r55` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-rhel-7-r55/1/rhel-7/Dockerfile)
* [`1-ol-7`, `1.10.2-ol-7-r63` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-ol-7-r63/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.10.2-debian-9-r66`, `1`, `1.10.2`, `1.10.2-r66`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-debian-9-r66/1/debian-9/Dockerfile)
* [`1-ol-7`, `1.10.2-ol-7-r64` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-ol-7-r64/1/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-worker).