UNCLASSIFIED

Commit aeda6085 authored by Joshua Eason's avatar Joshua Eason
Browse files

Merge branch 'update-8.4' into 'development'

Update to UBI 8.4

See merge request !8
parents bb5a76b8 a3358d19
Pipeline #351783 passed with stages
in 14 minutes and 25 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