UNCLASSIFIED

Commit 87f456fa authored by Austin Denton's avatar Austin Denton
Browse files

Fix base image

parent ca1720be
Pipeline #250725 passed with stages
in 87 minutes and 44 seconds
ARG BASE_REGISTRY=registry.il2.dso.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=jaic-devsecops/apps/bitnami/airflow-scheduler ARG BASE_IMAGE=ironbank/bitnami/airflow-scheduler
ARG BASE_TAG=hardened-2.0.1-debian-10-r55 ARG BASE_TAG=2.0.1
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG BITNAMI_HOME=/opt/bitnami ARG BITNAMI_HOME=/opt/bitnami
......
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