UNCLASSIFIED

You need to sign in or sign up before continuing.
Commits (3)
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.3
ARG BASE_TAG=8.4
ARG APP=cert-manager
ARG CONTAINER_NAME=cert-manager-ingress-shim
ARG CONTAINER_VERSION=v0.2.4
......
......@@ -14,7 +14,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:
......