UNCLASSIFIED

Commit 921a5a54 authored by thomas.shepherd's avatar thomas.shepherd
Browse files

Update Dockerfile

parent 3ca770ff
Pipeline #306391 canceled with stages
ARG BASE_REGISTRY=registry1.dsop.io 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.4
FROM bitnami/airflow:2.0.2-debian-10-r7 as base FROM bitnami/airflow:2.0.2-debian-10-r7 as base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
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