1.10.2-debian-9-r2 release

This commit is contained in:
Bitnami Bot
2019-02-06 16:49:58 +00:00
parent 522d57aaa3
commit 36577da3d0
2 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,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 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 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 bitnami-pkg install python-3.6.8-0 --checksum 834c79bfd9ec99af3c72b4fc4e79f699d0c975067c0a40dd9ce35e2b9a6c5ee9
RUN bitnami-pkg install postgresql-client-10.6.0-20 --checksum 566509fb3c817cae6bab80d678fe3ee991d04ef508cb7fae552aa4f811373da6
RUN bitnami-pkg unpack airflow-worker-1.10.2-0 --checksum 16c7b6727eab5856be5a0213c29a60f3477d234a6fd97810619377eb9bd4c951
RUN bitnami-pkg unpack airflow-worker-1.10.2-1 --checksum 52b41a96c70abbeeb92a79b825f711e31de592e8e1d3c034a93f3a91787f854d
COPY rootfs /
ENV AIRFLOW_DATABASE_HOST="postgresql" \
@@ -25,7 +25,7 @@ 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-r1" \
BITNAMI_IMAGE_VERSION="1.10.2-debian-9-r2" \
C_FORCE_ROOT="True" \
LD_LIBRARY_PATH="/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy/.libs/:$LD_LIBRARY_PATH" \
LD_PRELOAD="/usr/lib/libnss_wrapper.so" \

View File

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