UNCLASSIFIED

Commit c102528e authored by riveraj's avatar riveraj
Browse files

Merge branch 'development' into 'master'

Merge Development branch to Master branch

See merge request !9
parents e53b095b aeda6085
Pipeline #464689 failed with stages
in 13 minutes and 27 seconds
# Build the intermediate container
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.3
ARG BASE_TAG=8.4
FROM kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN mkdir -p /app
......
......@@ -10,7 +10,7 @@ tags:
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
BASE_TAG: "8.4"
# Docker image labels
labels:
......
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