1.10.3-ol-7-r13 release

This commit is contained in:
Bitnami Bot
2019-05-20 15:35:27 +00:00
parent 099cf44cc5
commit aba34b0502
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r328
FROM bitnami/oraclelinux-extras:7-r342
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 bzip2-libs cyrus-sasl-lib glibc keyutils-libs krb5-libs libcom_err libedit libffi libgcc libselinux libstdc++ libxml2 libxslt mariadb-libs ncurses-libs nss-softokn-freebl openssl-libs pcre readline sqlite xz-libs zlib
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 install postgresql-client-10.8.0-0 --checksum 8f2ee4cc7a99765b401fc6f73621776e907596fafb0d98298c021fc4ae9e899e
RUN bitnami-pkg unpack airflow-1.10.3-1 --checksum 033660653a65e6208dc5d49c3ba969258d7990f7cfafdf9644a8412e7880865d
COPY rootfs /
@@ -34,7 +34,7 @@ ENV AIRFLOW_BASE_URL="" \
AIRFLOW_WEBSERVER_HOST="127.0.0.1" \
AIRFLOW_WEBSERVER_PORT_NUMBER="8080" \
BITNAMI_APP_NAME="airflow" \
BITNAMI_IMAGE_VERSION="1.10.3-ol-7-r12" \
BITNAMI_IMAGE_VERSION="1.10.3-ol-7-r13" \
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy/.libs/:$LD_LIBRARY_PATH" \
LD_PRELOAD="/usr/lib64/libnss_wrapper.so" \
LNAME="airflow" \

View File

@@ -2,9 +2,9 @@ version: '2'
services:
postgresql:
image: 'bitnami/postgresql:10'
image: 'bitnami/postgresql:10-ol-7'
volumes:
- 'postgresql_data:/bitnami'
- 'postgresql_data:/bitnami/postgresql'
environment:
- POSTGRESQL_DATABASE=bitnami_airflow
- POSTGRESQL_USERNAME=bn_airflow

View File

@@ -31,7 +31,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/blob/1.10.3-rhel-7-r0/1/rhel-7/Dockerfile)
* [`1-ol-7`, `1.10.3-ol-7-r12` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.3-ol-7-r12/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.10.3-ol-7-r13` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.3-ol-7-r13/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.10.3-debian-9-r10`, `1`, `1.10.3`, `1.10.3-r10`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.3-debian-9-r10/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow).
@@ -54,7 +54,7 @@ services:
postgresql:
image: 'bitnami/postgresql:latest'
volumes:
- 'postgresql_data:/bitnami'
- 'postgresql_data:/bitnami/postgresql'
environment:
- POSTGRESQL_DATABASE=bitnami_airflow
- POSTGRESQL_USERNAME=bn_airflow
@@ -139,7 +139,7 @@ If you want to run the application manually instead of using `docker-compose`, t
-e POSTGRESQL_PASSWORD=bitnami1 \
-e POSTGRESQL_DATABASE=bitnami_airflow \
--net airflow-tier \
--volume postgresql_data:/bitnami \
--volume postgresql_data:/bitnami/postgresql \
bitnami/postgresql:latest
```