Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
go: use prebuilt image
Browse files Browse the repository at this point in the history
Related to #98.
  • Loading branch information
Francisco Souza committed Nov 17, 2015
1 parent 9b4650c commit 2977643
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 59 deletions.
11 changes: 1 addition & 10 deletions go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@
# to run it:
# 1 - tsuru-admin platform-add go -d https://raw.github.com/tsuru/basebuilder/master/go/Dockerfile

from ubuntu-debootstrap:14.04
run locale-gen en_US.UTF-8
env LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 DEBIAN_FRONTEND=noninteractive
run apt-get update && apt-get install curl sudo -y --force-yes
run curl -Lo basebuilder.tar.gz https://github.com/tsuru/basebuilder/tarball/master
run mkdir /var/lib/tsuru
run tar -xvf basebuilder.tar.gz -C /var/lib/tsuru --strip 1
run rm basebuilder.tar.gz
run cp /var/lib/tsuru/go/deploy /var/lib/tsuru
run /var/lib/tsuru/go/install
FROM tsuru/go
1 change: 0 additions & 1 deletion go/Procfile

This file was deleted.

28 changes: 0 additions & 28 deletions go/deploy

This file was deleted.

20 changes: 0 additions & 20 deletions go/install

This file was deleted.

0 comments on commit 2977643

Please sign in to comment.