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.5
sidecar_injector-1.5
Compare Revisions
208cff421aff9c75e378a56378b21e2416183743...c53d98867ab1b28403af4928669bf32a93583ffa
Commits (3)
bump ubi
· 24d8d907
sean.melissari
authored
May 20, 2021
24d8d907
Update Dockerfile
· db2ede2b
sean.melissari
authored
May 24, 2021
db2ede2b
Merge branch 'bump-ubi-8-4' into 'development'
· c53d9886
sean.melissari
authored
May 24, 2021
bump ubi See merge request
!17
c53d9886
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
Dockerfile
Dockerfile
+3
-6
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
c53d9886
###############################################################
ARG
BASE_REGISTRY=registry1.dso.mil
# Default registry variables
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG
BASE_TAG=8.4
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_TAG=8.2
FROM
istio/sidecar_injector:1.5.10 AS base
FROM
istio/sidecar_injector:1.5.10 AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY
--from=base /usr/local/bin/sidecar-injector /usr/local/bin/
COPY
--from=base /usr/local/bin/sidecar-injector /usr/local/bin/
RUN
dnf update
-y
&&
\
RUN
dnf update
-y
&&
\
...
...
hardening_manifest.yaml
View file @
c53d9886
...
@@ -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
:
...
...