Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1392)

Issue 132590043: code review 132590043: dashboard: optimize linux docker image size

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by proppy
Modified:
10 years, 10 months ago
Reviewers:
bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

dashboard: optimize linux docker image size

Patch Set 1 #

Patch Set 2 : diff -r 1192ca51f995 https://code.google.com/p/go.tools/ #

Patch Set 3 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 4 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 5 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Total comments: 10

Patch Set 6 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 7 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 8 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 9 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 10 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 11 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 12 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 13 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 14 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 15 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 16 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Patch Set 17 : diff -r 79b2e8d19854 https://code.google.com/p/go.tools/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -69 lines) Patch
M dashboard/env/linux-x86-base/Dockerfile View 1 chunk +4 lines, -33 lines 0 comments Download
M dashboard/env/linux-x86-base/Makefile View 1 chunk +3 lines, -0 lines 0 comments Download
A dashboard/env/linux-x86-base/scripts/build-go-builder.sh View 1 chunk +20 lines, -0 lines 0 comments Download
A dashboard/env/linux-x86-base/scripts/install-apt-deps.sh View 1 chunk +17 lines, -0 lines 0 comments Download
M dashboard/env/linux-x86-nacl/Dockerfile View 1 chunk +4 lines, -36 lines 0 comments Download
M dashboard/env/linux-x86-nacl/Makefile View 1 chunk +3 lines, -0 lines 0 comments Download
A dashboard/env/linux-x86-nacl/scripts/build-go-builder.sh View 1 chunk +26 lines, -0 lines 0 comments Download
A dashboard/env/linux-x86-nacl/scripts/install-apt-deps.sh View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 12
proppy
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.tools/
10 years, 10 months ago (2014-09-05 01:24:00 UTC) #1
proppy
On 2014/09/05 01:24:00, proppy wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
10 years, 10 months ago (2014-09-05 01:28:34 UTC) #2
bradfitz
Nice. I'm kinda surprised we only lost 136 MB, though. https://codereview.appspot.com/132590043/diff/60002/dashboard/env/linux-x86-base/Dockerfile File dashboard/env/linux-x86-base/Dockerfile (right): https://codereview.appspot.com/132590043/diff/60002/dashboard/env/linux-x86-base/Dockerfile#newcode15 ...
10 years, 10 months ago (2014-09-05 01:48:09 UTC) #3
proppy
PTAL https://codereview.appspot.com/132590043/diff/60002/dashboard/env/linux-x86-base/Dockerfile File dashboard/env/linux-x86-base/Dockerfile (right): https://codereview.appspot.com/132590043/diff/60002/dashboard/env/linux-x86-base/Dockerfile#newcode15 dashboard/env/linux-x86-base/Dockerfile:15: ENV GOPATH /gopath On 2014/09/05 01:48:09, bradfitz wrote: ...
10 years, 10 months ago (2014-09-05 19:33:15 UTC) #4
proppy
On 2014/09/05 19:33:15, proppy wrote: > PTAL > > https://codereview.appspot.com/132590043/diff/60002/dashboard/env/linux-x86-base/Dockerfile > File dashboard/env/linux-x86-base/Dockerfile (right): > ...
10 years, 10 months ago (2014-09-05 20:13:32 UTC) #5
bradfitz
LGTM once the tests all pass. Also, wait for https://codereview.appspot.com/132650043 to go in first and ...
10 years, 10 months ago (2014-09-05 20:17:32 UTC) #6
proppy
On 2014/09/05 20:17:32, bradfitz wrote: > LGTM once the tests all pass. > > Also, ...
10 years, 10 months ago (2014-09-05 22:31:41 UTC) #7
proppy
On 2014/09/05 22:31:41, proppy wrote: > On 2014/09/05 20:17:32, bradfitz wrote: > > LGTM once ...
10 years, 10 months ago (2014-09-05 22:46:09 UTC) #8
bradfitz
Yeah, both should use the same Go (1.3.1's hash?) and same builder (latest). On Fri, ...
10 years, 10 months ago (2014-09-05 22:53:07 UTC) #9
proppy
On 2014/09/05 22:53:07, bradfitz wrote: > Yeah, both should use the same Go (1.3.1's hash?) ...
10 years, 10 months ago (2014-09-05 23:22:09 UTC) #10
bradfitz
LGTM On Fri, Sep 5, 2014 at 4:22 PM, <proppy@google.com> wrote: > On 2014/09/05 22:53:07, ...
10 years, 10 months ago (2014-09-08 22:35:33 UTC) #11
bradfitz
10 years, 10 months ago (2014-09-08 22:35:43 UTC) #12
*** Submitted as
https://code.google.com/p/go/source/detail?r=5001f42c2fca&repo=tools ***

dashboard: optimize linux docker image size

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/132590043

Committer: Brad Fitzpatrick <bradfitz@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b