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
Kubernetes-1.19
kube-proxy-1.19
Commits
7c28d5e8
Commit
7c28d5e8
authored
Jun 16, 2021
by
Vickie Shen
Browse files
rebuilt
parent
db7a1f80
Pipeline
#318911
failed with stages
in 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+4
-3
No files found.
Dockerfile
View file @
7c28d5e8
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.4
ARG
BASE_TAG=8.4
FROM
k
ubeimage
/kube-proxy
-amd64
:v1.19.11 as base
FROM
k
8s.gcr.io
/kube-proxy:v1.19.11 as base
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -52,4 +52,4 @@ RUN update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/iptabl
...
@@ -52,4 +52,4 @@ RUN update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/iptabl
HEALTHCHECK
--interval=10s --timeout=1s --start-period=10s --retries=6 \
HEALTHCHECK
--interval=10s --timeout=1s --start-period=10s --retries=6 \
CMD curl -f http://locahost:10249 || exit 1
CMD curl -f http://locahost:10249 || exit 1
CMD
["/bin/sh"]
CMD
["/bin/sh"]
hardening_manifest.yaml
View file @
7c28d5e8
...
@@ -24,7 +24,7 @@ labels:
...
@@ -24,7 +24,7 @@ labels:
## License(s) under which contained software is distributed
## License(s) under which contained software is distributed
org.opencontainers.image.licenses
:
"
Apache-2.0"
org.opencontainers.image.licenses
:
"
Apache-2.0"
## URL to find more information on the image
## URL to find more information on the image
org.opencontainers.image.url
:
"
https://hub.docker.com/r/kubeimage/kube-proxy-amd64
"
org.opencontainers.image.url
:
"
"
## Name of the distributing entity, organization or individual
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
opensource"
org.opencontainers.image.vendor
:
"
opensource"
org.opencontainers.image.version
:
"
v1.19.11"
org.opencontainers.image.version
:
"
v1.19.11"
...
@@ -37,8 +37,9 @@ labels:
...
@@ -37,8 +37,9 @@ labels:
# List of resources to make available to the offline build context
# List of resources to make available to the offline build context
resources
:
resources
:
-
tag
:
kubeimage/kube-proxy-amd64:v1.19.11
-
url
:
docker://k8s.gcr.io/kube-proxy@sha256:2f06ab7e7897d2dafeef064f4c4edf79ef6166055041486860c2df42343f60b9
url
:
docker://docker.io/kubeimage/kube-proxy-amd64@sha256:7b9820db91f8ba56f5fb41c439ef805bb9601b1f9d0a23479c1298150689664c
tag
:
k8s.gcr.io/kube-proxy:v1.19.11
-
filename
:
libnetfilter_cthelper.rpm
-
filename
:
libnetfilter_cthelper.rpm
url
:
http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/libnetfilter_cthelper-1.0.0-15.el8.x86_64.rpm
url
:
http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/libnetfilter_cthelper-1.0.0-15.el8.x86_64.rpm
validation
:
validation
:
...
...
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