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
adf8147a
Commit
adf8147a
authored
Sep 22, 2017
by
Adam Harrison
Browse files
Pin base image to 16.04
parent
0f75550a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/kured/Dockerfile
View file @
adf8147a
FROM
ubuntu
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.7.6/bin/linux/amd64/kubectl /usr/bin/kubectl
RUN
chmod
0755 /usr/bin/kubectl
...
...
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