1.10.2-ol-7-r10 release
This commit is contained in:
parent
00f439620a
commit
fa6acb6057
|
|
@ -6,9 +6,9 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages bzip2-libs cyrus-sasl-lib glibc keyutils-libs krb5-libs libcom_err libedit libffi libgcc libselinux libstdc++ libxml2 libxslt mariadb-libs ncurses-libs nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre postgresql-libs readline sqlite xz-libs zlib
|
||||
RUN bitnami-pkg install python-3.6.8-0 --checksum 4833c8498b63c2391e9d9ef6f0e8230b72bc3ce3d7f3cbfe1d3a0f387a5f7a89
|
||||
RUN bitnami-pkg install python-3.6.8-2 --checksum ef147d69b97d735e099fe281f6e7270ad9d5101eb2a4aca364525b1776b2e6ae
|
||||
RUN bitnami-pkg install postgresql-client-10.7.0-0 --checksum 8984b9748b6b696ca687c769b324371132c01ea9b71b4773a3d199f1987a6761
|
||||
RUN bitnami-pkg unpack airflow-worker-1.10.2-1 --checksum 8f7970bc37f27918105453ea92fe8baf54725cdf37d0463f0456ff9a8f19a46c
|
||||
RUN bitnami-pkg unpack airflow-worker-1.10.2-2 --checksum 51b68f260b56c0c70a1f718b47faea32b11895f444cbb6b0b5803dad18c3a319
|
||||
|
||||
COPY rootfs /
|
||||
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
|
||||
|
|
@ -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.2-ol-7-r9" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.2-ol-7-r10" \
|
||||
C_FORCE_ROOT="True" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy/.libs/:$LD_LIBRARY_PATH" \
|
||||
LD_PRELOAD="/usr/lib64/libnss_wrapper.so" \
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1-rhel-7`, `1.10.2-rhel-7-r0` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-rhel-7-r0/1/rhel-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.10.2-ol-7-r9` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-ol-7-r9/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.10.2-debian-9-r14`, `1`, `1.10.2`, `1.10.2-r14`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-debian-9-r14/1/debian-9/Dockerfile)
|
||||
* [`1-ol-7`, `1.10.2-ol-7-r10` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-ol-7-r10/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.10.2-debian-9-r15`, `1`, `1.10.2`, `1.10.2-r15`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-debian-9-r15/1/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-worker).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue