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
685e7e6a
Commit
685e7e6a
authored
Feb 01, 2021
by
Vickie Shen
Browse files
cni plugin upgrade to v0.9.0
parent
7375d44a
Pipeline
#148729
failed with stages
in 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
Dockerfile
Dockerfile
+6
-6
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
685e7e6a
ARG
BASE_REGISTRY=registry1.dso
p.io/ironbank
ARG
BASE_REGISTRY=registry1.dso
.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.
2
ARG
BASE_TAG=8.
3
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
...
...
@@ -10,7 +10,7 @@ COPY kubernetes.tar.gz /
COPY
go1.15.2.linux-amd64.tar.gz /
RUN
tar
-C
/usr/local
-xzf
go1.15.2.linux-amd64.tar.gz
ENV
PATH="$PATH:/usr/local/go/bin"
RUN
dnf upgrade
-y
&&
\
dnf update
-y
&&
\
dnf
install
-y
make diffutils rsync
&&
\
...
...
@@ -26,14 +26,14 @@ 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.
8.7
.tgz crictl-v1.19.0-linux-amd64.tar.gz /
COPY
cni-plugins-linux-amd64-v0.
9.0
.tgz crictl-v1.19.0-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.
8.7
.tgz
-C
/opt/cni/bin
&&
\
rm
-f
cni-cni-plugins-linux-amd64-v0.
8.7
.tgz
&&
\
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
&&
\
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
...
...
hardening_manifest.yaml
View file @
685e7e6a
...
...
@@ -46,9 +46,9 @@ resources:
url
:
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.19.0/crictl-v1.19.0-linux-amd64.tar.gz
validation
:
type
:
sha256
value
:
87d8ef70b61f2fe3d8b4a48f6f712fd798c6e293ed3723c1e4bb
b5052
098f0ae
-
url
:
https://github.com/containernetworking/plugins/releases/download/v0.
8.7
/cni-plugins-linux-amd64-v0.
8.7
.tgz
filename
:
cni-plugins-linux-amd64-v0.
8.7
.tgz
value
:
58a58d389895ba9f9bbd3ef330f186c0bb7484136d0bfb9
b50
1
52
eed55d9ec24
-
url
:
https://github.com/containernetworking/plugins/releases/download/v0.
9.0
/cni-plugins-linux-amd64-v0.
9.0
.tgz
filename
:
cni-plugins-linux-amd64-v0.
9.0
.tgz
validation
:
type
:
sha256
value
:
977824932d5667c7a37aa6a3cbba40100a6873e7bd97e83e8be837e3e7afd0a8
...
...
@@ -68,4 +68,4 @@ maintainers:
name
:
"
Gavin
Scallon"
# # The gitlab username of the current container owner
username
:
"
gavin.scallon"
cht_member
:
true
cht_member
:
true
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