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
O
Opensource
Istio-1.7
pilot-1.7
Compare Revisions
2af38e2590ecc34489e7afb51c8a01f47f1bb26e...b9058ff96b1149d581fe9b7b25327bce106ec355
Commits (2)
bump ubi
· 3f501c7a
sean.melissari
authored
May 20, 2021
3f501c7a
Merge branch 'bump-ubi-8-4' into 'development'
· b9058ff9
sean.melissari
authored
May 20, 2021
bump ubi See merge request
!24
b9058ff9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
b9058ff9
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.
3
ARG
BASE_TAG=8.
4
FROM
istio/pilot:1.7.8 AS base
FROM
istio/pilot:1.7.8 AS base
...
...
hardening_manifest.yaml
View file @
b9058ff9
...
@@ -14,7 +14,7 @@ tags:
...
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.
3
"
BASE_TAG
:
"
8.
4
"
# Docker image labels
# Docker image labels
labels
:
labels
:
...
...