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
9fd05428
Commit
9fd05428
authored
Dec 11, 2020
by
gavin.scallon
Browse files
Update Dockerfile
parent
66faa064
Pipeline
#100138
passed with stage
in 7 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
9fd05428
...
...
@@ -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.
9.0
.tgz crictl-v1.19.0-linux-amd64.tar.gz /
COPY
cni-plugins-linux-amd64-v0.
8.7
.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.
9.0
.tgz
-C
/opt/cni/bin
&&
\
rm
-f
cni-plugins-linux-amd64-v0.
9.0
.tgz
&&
\
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
&&
\
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
...
...
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