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
node-agent-k8s-1.5
Compare Revisions
c7888daad08d483aa73ac5ea75136d289c1546e3...501450072f6cf06c023b6a327bbc5a9b87589cbd
Commits (3)
bump ubi
· 6f8ad24c
sean.melissari
authored
May 20, 2021
6f8ad24c
Update Dockerfile
· 75c2a168
sean.melissari
authored
May 24, 2021
75c2a168
Merge branch 'bump-ubi-8-4' into 'development'
· 50145007
sean.melissari
authored
May 24, 2021
bump ubi See merge request
!18
50145007
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
Dockerfile
Dockerfile
+4
-7
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
50145007
###############################################################
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/node-agent-k8s:1.5.10 AS base
FROM
istio/node-agent-k8s:1.5.10 AS base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY
--from=base node_agent_k8s /
COPY
--from=base node_agent_k8s /
RUN
dnf update
-y
&&
\
RUN
dnf update
-y
&&
\
...
@@ -16,4 +13,4 @@ RUN dnf update -y && \
...
@@ -16,4 +13,4 @@ RUN dnf update -y && \
rm
-rf
/var/cache/dnf/
rm
-rf
/var/cache/dnf/
USER
1001
USER
1001
ENTRYPOINT
["/node_agent_k8s"]
ENTRYPOINT
["/node_agent_k8s"]
\ No newline at end of file
hardening_manifest.yaml
View file @
50145007
...
@@ -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
:
...
...