-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ops
committed
Aug 26, 2019
1 parent
4d4c2a3
commit 55f8fdc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM centos | ||
RUN yum -y install wget && mkdir /soft | ||
WORKDIR /soft | ||
RUN wget https://dl.k8s.io/v1.15.3/kubernetes.tar.gz && wget https://dl.k8s.io/v1.15.3/kubernetes-server-linux-amd64.tar.gz \ wget https://dl.k8s.io/v1.15.3/kubernetes-node-linux-amd64.tar.gz | ||
RUN wget https://dl.k8s.io/v1.15.3/kubernetes.tar.gz && wget https://dl.k8s.io/v1.15.3/kubernetes-server-linux-amd64.tar.gz \ && wget https://dl.k8s.io/v1.15.3/kubernetes-node-linux-amd64.tar.gz |