Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
826fcd29
Commit
826fcd29
authored
Jun 05, 2018
by
Adam Harrison
Browse files
Bundle latest v1.10.x kubectl
parent
b3f9ddf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/kured/Dockerfile
View file @
826fcd29
FROM
ubuntu:16.04
RUN
apt-get update
&&
apt-get
install
-y
ca-certificates
&&
rm
-rf
/var/cache/apt
ADD
https://storage.googleapis.com/kubernetes-release/release/v1.
9.6
/bin/linux/amd64/kubectl /usr/bin/kubectl
ADD
https://storage.googleapis.com/kubernetes-release/release/v1.
10.3
/bin/linux/amd64/kubectl /usr/bin/kubectl
RUN
chmod
0755 /usr/bin/kubectl
COPY
./kured /usr/bin/kured
ENTRYPOINT
["/usr/bin/kured"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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