Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
autoscaler
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
kubernetes
autoscaler
Commits
4e5f2603
Unverified
Commit
4e5f2603
authored
Feb 14, 2018
by
Marcin Wielgus
Committed by
GitHub
Feb 14, 2018
Browse files
Options
Downloads
Plain Diff
Merge pull request #652 from aleksandra-malinowska/cherry-pick-update-dockerfiles
Use Debian image
parents
80154ea6
be2903ce
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
builder/Dockerfile
+3
-11
3 additions, 11 deletions
builder/Dockerfile
cluster-autoscaler/Dockerfile
+4
-5
4 additions, 5 deletions
cluster-autoscaler/Dockerfile
with
7 additions
and
16 deletions
builder/Dockerfile
+
3
−
11
View file @
4e5f2603
...
@@ -12,19 +12,11 @@
...
@@ -12,19 +12,11 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
FROM
g
cr.io/google-containers/ubuntu-slim:0.8
FROM
g
olang:1.8.3
MAINTAINER
Marcin Wielgus
"
mwielgus@google.com"
LABEL
maintainer="
Marcin Wielgus
<
mwielgus@google.com
>
"
RUN
apt-get update
&&
apt-get
install
--yes
git wget make gcc
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
wget https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
\
&&
tar
-xvf
go1.8.3.linux-amd64.tar.gz
\
&&
rm
go1.8.3.linux-amd64.tar.gz
ENV
GOROOT /go
ENV
GOPATH /gopath/
ENV
GOPATH /gopath/
ENV
PATH $GOPATH/bin:$
GOROOT/bin:$
PATH
ENV
PATH $GOPATH/bin:$PATH
RUN
go version
RUN
go version
RUN
go get github.com/tools/godep
RUN
go get github.com/tools/godep
RUN
godep version
RUN
godep version
...
...
This diff is collapsed.
Click to expand it.
cluster-autoscaler/Dockerfile
+
4
−
5
View file @
4e5f2603
...
@@ -12,12 +12,11 @@
...
@@ -12,12 +12,11 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
FROM
gcr.io/google-containers/
ubuntu-slim
:0.
8
FROM
gcr.io/google-containers/
debian-base-amd64
:0.
3
MAINTAINER
Marcin Wielgus
"
mwielgus@google.com"
LABEL
maintainer="
Marcin Wielgus
<
mwielgus@google.com
>
"
RUN
apt-get update
&&
apt-get
install
--yes
ca-certificates
\
ENV
DEBIAN_FRONTEND noninteractive
&&
apt-get clean
\
RUN
clean-install ca-certificates
&&
rm
-rf
/var/lib/apt/lists/
*
ADD
cluster-autoscaler cluster-autoscaler
ADD
cluster-autoscaler cluster-autoscaler
ADD
run.sh run.sh
ADD
run.sh run.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment