UNCLASSIFIED

Commit 498ae17d authored by Karol Stolarski's avatar Karol Stolarski
Browse files

Updated to 8.3

parent 587123e3
Pipeline #90941 passed with stages
in 30 minutes and 18 seconds
# Build the intermediate container # Build the intermediate container
ARG BASE_REGISTRY=registry1.dsop.io/ironbank/redhat/ubi ARG BASE_REGISTRY=registry1.dsop.io/ironbank/redhat/ubi
ARG BASE_IMAGE=ubi8 ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.2 ARG BASE_TAG=8.3
FROM kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c AS base FROM kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c AS base
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -18,7 +18,11 @@ history: ...@@ -18,7 +18,11 @@ history:
${ORIGINAL} \ ${ORIGINAL} \
--no-trunc | tac | tee history.txt --no-trunc | tac | tee history.txt
build: pull:
docker pull gcr.io/kubeflow-images-public/admission-webhook@sha256:82f41fd8878ead19616b577c537d2ff83ea576b78478b2f8819caa83eeac0ee0
docker tag gcr.io/kubeflow-images-public/admission-webhook@sha256:82f41fd8878ead19616b577c537d2ff83ea576b78478b2f8819caa83eeac0ee0 kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
build: pull
docker build --no-cache \ docker build --no-cache \
--build-arg BASE_REGISTRY="registry.access.redhat.com" \ --build-arg BASE_REGISTRY="registry.access.redhat.com" \
-t ${HARDENED} . -t ${HARDENED} .
...@@ -35,4 +39,6 @@ run: ...@@ -35,4 +39,6 @@ run:
run-it: run-it:
docker run -it --rm \ docker run -it --rm \
${HARDENED} /bin/bash ${HARDENED} /bin/bash
\ No newline at end of file
all: pull fast run
\ No newline at end of file
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