1.10.2-debian-9-r4 release

This commit is contained in:
Bitnami Bot
2019-02-08 13:00:20 +00:00
parent 9ba72ac392
commit 38207e003f
3 changed files with 7 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
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-scheduler-1.10.2-1 --checksum 39515dea1f4a00d746d0b862c26e944086bf54f73f240e5b056f34a2eb148442
RUN bitnami-pkg unpack airflow-scheduler-1.10.2-2 --checksum 88f296aab4c04df319f344848ca3e4f9d2c95acafbe48d282d9798c9e7cc32b1
COPY rootfs /
ENV AIRFLOW_DATABASE_HOST="postgresql" \
@@ -25,7 +25,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.2-debian-9-r3" \
BITNAMI_IMAGE_VERSION="1.10.2-debian-9-r4" \
LD_LIBRARY_PATH="/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy/.libs/:$LD_LIBRARY_PATH" \
LD_PRELOAD="/usr/lib/libnss_wrapper.so" \
NAMI_PREFIX="/.nami" \

View File

@@ -6,13 +6,12 @@
print_welcome_page
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then
if ! getent passwd "$(id -u)" &> /dev/null && [ -e /usr/lib/libnss_wrapper.so ]; then
export LD_PRELOAD='/usr/lib/libnss_wrapper.so'
export NSS_WRAPPER_PASSWD='/opt/bitnami/airflow/nss_passwd'
export NSS_WRAPPER_GROUP='/opt/bitnami/airflow/nss_group'
if [ ! $EUID -eq 0 ] && ! getent passwd "$(id -u)" &> /dev/null && [ -e /usr/lib/libnss_wrapper.so ]; then
echo "airflow:x:$(id -u):$(id -g):Airflow:$AIRFLOW_HOME:/bin/false" > "$NSS_WRAPPER_PASSWD"
echo "airflow:x:$(id -g):" > "$NSS_WRAPPER_GROUP"
fi
else
unset LD_PRELOAD
fi
nami_initialize airflow-scheduler
info "Starting airflow-scheduler... "

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-r3`, `1`, `1.10.2`, `1.10.2-r3`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/1.10.2-debian-9-r3/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.10.2-debian-9-r4`, `1`, `1.10.2`, `1.10.2-r4`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/1.10.2-debian-9-r4/1/debian-9/Dockerfile)
* [`1-ol-7`, `0.0.0-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-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-scheduler).