UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
K
Kubeflow
admission-webhook
admission-webhook-82f41fd8878e
Commits
498ae17d
Commit
498ae17d
authored
Nov 10, 2020
by
Karol Stolarski
Browse files
Updated to 8.3
parent
587123e3
Pipeline
#90941
passed with stages
in 30 minutes and 18 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
Dockerfile
Dockerfile
+1
-1
Makefile
Makefile
+8
-2
No files found.
Dockerfile
View file @
498ae17d
# 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}
...
...
Makefile
View file @
498ae17d
...
@@ -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}
.
...
@@ -36,3 +40,5 @@ run:
...
@@ -36,3 +40,5 @@ run:
run-it
:
run-it
:
docker run
-it
--rm
\
docker run
-it
--rm
\
${HARDENED}
/bin/bash
${HARDENED}
/bin/bash
all
:
pull fast run
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment