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
kubeadm-1.19
Commits
a7e26465
Commit
a7e26465
authored
Aug 16, 2021
by
Andrii Panchuk
Browse files
update to new version
parent
62ed2033
Pipeline
#428230
failed with stages
in 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
Dockerfile
Dockerfile
+5
-5
hardening_manifest.yaml
hardening_manifest.yaml
+6
-6
No files found.
Dockerfile
View file @
a7e26465
...
...
@@ -26,17 +26,17 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY
--from=builder /src/k8s.io/kubernetes/_output/bin/kubeadm /opt/bin/
COPY
cni-plugins-linux-amd64
-v0.9.0
.tgz crictl-
v1.19.0-
linux-amd64.tar.gz /
COPY
cni-plugins-linux-amd64.tgz crictl-linux-amd64.tar.gz /
RUN
dnf upgrade
-y
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
&&
\
chmod
+x /opt/bin/kubeadm
&&
\
mkdir
-p
/opt/cni/bin
&&
\
tar
xzf cni-plugins-linux-amd64
-v0.9.0
.tgz
-C
/opt/cni/bin
&&
\
rm
-f
cni-cni-plugins-linux-amd64
-v0.9.0
.tgz
&&
\
tar
xzf cni-plugins-linux-amd64.tgz
-C
/opt/cni/bin
&&
\
rm
-f
cni-cni-plugins-linux-amd64.tgz
&&
\
mkdir
-p
/opt/bin
&&
\
tar
xzf crictl-
v1.19.0-
linux-amd64.tar.gz
-C
/opt/bin
&&
\
rm
-rf
crictl-
v1.19.0-
linux-amd64.tar.gz
tar
xzf crictl-linux-amd64.tar.gz
-C
/opt/bin
&&
\
rm
-rf
crictl-linux-amd64.tar.gz
ENTRYPOINT
["/opt/bin/kubeadm"]
HEALTHCHECK
NONE
\ No newline at end of file
hardening_manifest.yaml
View file @
a7e26465
...
...
@@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.19/kubeadm-1.19"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
v1.19.1
3
"
-
"
v1.19.1
4
"
-
"
latest"
# Build args passed to Dockerfile ARGs
...
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://kubernetes.io/"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
opensource"
org.opencontainers.image.version
:
"
v1.19.1
3
"
org.opencontainers.image.version
:
"
v1.19.1
4
"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
kubernetes"
## This value can be "opensource" or "commercial"
...
...
@@ -37,18 +37,18 @@ labels:
# List of resources to make available to the offline build context
resources
:
-
url
:
https://github.com/kubernetes/kubernetes/archive/v1.19.1
3
.tar.gz
-
url
:
https://github.com/kubernetes/kubernetes/archive/v1.19.1
4
.tar.gz
filename
:
kubernetes.tar.gz
validation
:
type
:
sha256
value
:
02c8b087f2912707b67d26ecd9d335b2779a1c46dbd152ffc4435e000e63058
8
-
filename
:
crictl-
v1.19.0-
linux-amd64.tar.gz
value
:
97b50d9a50d20eeead988f8abf01ae36744102f4ea8dc31f2419ec399f6b040
8
-
filename
:
crictl-linux-amd64.tar.gz
url
:
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.22.0/crictl-v1.22.0-linux-amd64.tar.gz
validation
:
type
:
sha256
value
:
45e0556c42616af60ebe93bf4691056338b3ea0001c0201a6a8ff8b1dbc0652a
-
url
:
https://github.com/containernetworking/plugins/releases/download/v1.0.0/cni-plugins-linux-amd64-v1.0.0.tgz
filename
:
cni-plugins-linux-amd64
-v0.9.0
.tgz
filename
:
cni-plugins-linux-amd64.tgz
validation
:
type
:
sha256
value
:
5894883eebe3e38f4474810d334b00dc5ec59bd01332d1f92ca4eb142a67d2e8
...
...
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