UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 72d6be15 authored by Austin Denton's avatar Austin Denton
Browse files

Update to application version 2.0.2

parent 95f0b593
Pipeline #255408 passed with stages
in 28 minutes and 1 second
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.3 ARG BASE_TAG=8.3
FROM bitnami/airflow-worker:2.0.1-debian-10-r54 as base FROM bitnami/airflow-worker:2.0.2-debian-10-r17 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG BITNAMI_HOME=/opt/bitnami ARG BITNAMI_HOME=/opt/bitnami
ARG BITNAMI_DIR=/bitnami ARG BITNAMI_DIR=/bitnami
...@@ -48,7 +48,7 @@ RUN /opt/bitnami/scripts/airflow-worker/postunpack.sh && \ ...@@ -48,7 +48,7 @@ RUN /opt/bitnami/scripts/airflow-worker/postunpack.sh && \
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \ ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
BITNAMI_APP_NAME="airflow-worker" \ BITNAMI_APP_NAME="airflow-worker" \
BITNAMI_IMAGE_VERSION="2.0.1-debian-10-r54" \ BITNAMI_IMAGE_VERSION="2.0.2-debian-10-r17" \
C_FORCE_ROOT="True" \ C_FORCE_ROOT="True" \
LANG="en_US.UTF-8" \ LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \ LANGUAGE="en_US:en" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment