1.10.3-debian-9-r49 release

This commit is contained in:
Bitnami Bot
2019-06-21 03:03:33 +00:00
parent 366a8b4bcc
commit 9d9ea95d98
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r396
FROM bitnami/minideb-extras:stretch-r397
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@@ -8,7 +8,7 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# 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 bitnami-pkg install python-3.6.8-2 --checksum 2eb057ee7701667327f6bcc1fc8765abe5d9d003a64124e5f8505fa692e71eb8
RUN bitnami-pkg install postgresql-client-10.8.0-0 --checksum 5eb093f7d87e9eca63e558644e428ea72fe4ea0e845741203dcc2cd8e8791d83
RUN bitnami-pkg install postgresql-client-10.9.0-0 --checksum 1a1b4b3f6582abf88a6d109c0f55a65496f0a23b5fadc0b8642800d4d29179e0
RUN bitnami-pkg unpack airflow-worker-1.10.3-1 --checksum b42e7e9f63ff6ad03e62d282ddfcc75b67f310f46fd5dbc799fb59f1ee4a8902
COPY rootfs /
@@ -27,7 +27,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.3-debian-9-r48" \
BITNAMI_IMAGE_VERSION="1.10.3-debian-9-r49" \
C_FORCE_ROOT="True" \
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" \

View File

@@ -33,7 +33,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1-rhel-7`, `1.10.3-rhel-7-r0` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.3-rhel-7-r0/1/rhel-7/Dockerfile)
* [`1-ol-7`, `1.10.3-ol-7-r57` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.3-ol-7-r57/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.10.3-debian-9-r48`, `1`, `1.10.3`, `1.10.3-r48`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.3-debian-9-r48/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.10.3-debian-9-r49`, `1`, `1.10.3`, `1.10.3-r49`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.3-debian-9-r49/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-worker).