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.6
mixer-1.6
Compare Revisions
58bb23551e133031423fb4ac18b12d7c5a88f15d...d523acdc5e6fb3d37e56dd938823da9dc495550c
Commits (3)
bump ubi
· 9853a8f1
sean.melissari
authored
May 20, 2021
9853a8f1
Update Dockerfile
· 893cc3d3
sean.melissari
authored
May 20, 2021
893cc3d3
Merge branch 'bump-ubi-8-4' into 'development'
· d523acdc
sean.melissari
authored
May 20, 2021
bump ubi See merge request
!29
d523acdc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
Dockerfile
Dockerfile
+3
-4
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
d523acdc
ARG
BASE_REGISTRY=
nexus-docker-secure.levelup-dev.io
ARG
BASE_REGISTRY=
registry1.dso.mil
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_IMAGE=
ironbank/
redhat/ubi/ubi8
ARG
BASE_TAG=
8.2
ARG
BASE_TAG=
latest
FROM
istio/mixer:1.6.14 AS base
FROM
istio/mixer:1.6.14 AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY
--from=base /usr/local/bin/mixs /usr/local/bin/mixs
COPY
--from=base /usr/local/bin/mixs /usr/local/bin/mixs
USER
1001
USER
1001
...
...
hardening_manifest.yaml
View file @
d523acdc
...
@@ -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
:
...
...