Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Issue 367903008: Create a set of Dart dockerfiles (Closed)

Created:
6 years, 5 months ago by Søren Gjesse
Modified:
6 years, 3 months ago
Reviewers:
proppy, financecoding, isdal, kevmoo, kustermann
CC:
reviews_dartlang.org, Anders Johnsen
Base URL:
https://github.com/dart-lang/dart_docker.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 46

Patch Set 2 : Addressed review commetns #

Total comments: 7

Patch Set 3 : Addresses more review comments #

Total comments: 2

Patch Set 4 : More review comments #

Total comments: 2

Patch Set 5 : Update Dart version and dart-hello readme #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -1 line) Patch
A .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
A AUTHORS View 1 chunk +6 lines, -0 lines 0 comments Download
A LICENSE View 1 chunk +24 lines, -0 lines 0 comments Download
A PATENTS View 1 chunk +23 lines, -0 lines 0 comments Download
M README.md View 1 chunk +4 lines, -1 line 0 comments Download
A base/Dockerfile View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
A base/README.md View 1 2 3 4 1 chunk +61 lines, -0 lines 0 comments Download
A build.sh View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
A codereview.settings View 1 chunk +3 lines, -0 lines 0 comments Download
A hello/Dockerfile View 1 chunk +1 line, -0 lines 0 comments Download
A hello/README.md View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A hello/bin/server.dart View 1 1 chunk +31 lines, -0 lines 0 comments Download
A hello/pubspec.lock View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
A hello/pubspec.yaml View 1 chunk +4 lines, -0 lines 0 comments Download
A hello/web/index.css View 1 chunk +12 lines, -0 lines 0 comments Download
A hello/web/index.html View 1 chunk +10 lines, -0 lines 0 comments Download
A runtime/Dockerfile View 1 1 chunk +12 lines, -0 lines 0 comments Download
A runtime/README.md View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Søren Gjesse
I will push the build images to the docker.io repository as well.
6 years, 5 months ago (2014-07-02 14:22:44 UTC) #1
proppy
https://codereview.chromium.org/367903008/diff/1/base/Dockerfile File base/Dockerfile (right): https://codereview.chromium.org/367903008/diff/1/base/Dockerfile#newcode4 base/Dockerfile:4: RUN wget -q http://storage.googleapis.com/dart-archive/channels/stable/release/37644/linux_packages/debian_wheezy/dart_1.5.1-1_amd64.deb && dpkg -i dart_1.5.1-1_amd64.deb && ...
6 years, 5 months ago (2014-07-02 20:55:56 UTC) #2
kustermann
I'm not sure if "dart-runtime" is the correct name. If we assume bin/server.dart and that ...
6 years, 5 months ago (2014-07-03 09:40:05 UTC) #3
Søren Gjesse
PTAL https://codereview.chromium.org/367903008/diff/1/base/Dockerfile File base/Dockerfile (right): https://codereview.chromium.org/367903008/diff/1/base/Dockerfile#newcode4 base/Dockerfile:4: RUN wget -q http://storage.googleapis.com/dart-archive/channels/stable/release/37644/linux_packages/debian_wheezy/dart_1.5.1-1_amd64.deb && dpkg -i dart_1.5.1-1_amd64.deb ...
6 years, 5 months ago (2014-07-03 10:36:41 UTC) #4
kustermann
lgtm with comments https://codereview.chromium.org/367903008/diff/20001/base/Dockerfile File base/Dockerfile (right): https://codereview.chromium.org/367903008/diff/20001/base/Dockerfile#newcode6 base/Dockerfile:6: ENV PATH /usr/lib/dart/bin:$PATH @proppy: We were ...
6 years, 5 months ago (2014-07-03 12:39:00 UTC) #5
Søren Gjesse
https://codereview.chromium.org/367903008/diff/20001/base/README.md File base/README.md (right): https://codereview.chromium.org/367903008/diff/20001/base/README.md#newcode23 base/README.md:23: ENV PUB_CACHE /var/cache/pub On 2014/07/03 12:39:00, kustermann wrote: > ...
6 years, 5 months ago (2014-07-03 14:25:38 UTC) #6
Adam
https://codereview.chromium.org/367903008/diff/40001/runtime/README.md File runtime/README.md (right): https://codereview.chromium.org/367903008/diff/40001/runtime/README.md#newcode7 runtime/README.md:7: It can automatically bundle a Python application and its ...
6 years, 5 months ago (2014-07-04 00:19:34 UTC) #7
Søren Gjesse
https://codereview.chromium.org/367903008/diff/40001/runtime/README.md File runtime/README.md (right): https://codereview.chromium.org/367903008/diff/40001/runtime/README.md#newcode7 runtime/README.md:7: It can automatically bundle a Python application and its ...
6 years, 5 months ago (2014-07-04 07:15:12 UTC) #8
proppy
https://codereview.chromium.org/367903008/diff/1/base/README.md File base/README.md (right): https://codereview.chromium.org/367903008/diff/1/base/README.md#newcode49 base/README.md:49: when the `package` directory is added it will contain ...
6 years, 5 months ago (2014-07-07 23:47:59 UTC) #9
kevmoo
DBC https://codereview.chromium.org/367903008/diff/60001/base/Dockerfile File base/Dockerfile (right): https://codereview.chromium.org/367903008/diff/60001/base/Dockerfile#newcode4 base/Dockerfile:4: RUN wget -q http://storage.googleapis.com/dart-archive/channels/stable/release/37644/linux_packages/debian_wheezy/dart_1.5.1-1_amd64.deb && dpkg -i dart_1.5.1-1_amd64.deb ...
6 years, 5 months ago (2014-07-08 05:50:33 UTC) #10
kustermann
[+isdal] https://codereview.chromium.org/367903008/diff/20001/base/Dockerfile File base/Dockerfile (right): https://codereview.chromium.org/367903008/diff/20001/base/Dockerfile#newcode6 base/Dockerfile:6: ENV PATH /usr/lib/dart/bin:$PATH On 2014/07/07 23:47:59, proppy wrote: ...
6 years, 5 months ago (2014-07-08 08:49:08 UTC) #11
Søren Gjesse
PTAL https://codereview.chromium.org/367903008/diff/60001/base/Dockerfile File base/Dockerfile (right): https://codereview.chromium.org/367903008/diff/60001/base/Dockerfile#newcode4 base/Dockerfile:4: RUN wget -q http://storage.googleapis.com/dart-archive/channels/stable/release/37644/linux_packages/debian_wheezy/dart_1.5.1-1_amd64.deb && dpkg -i dart_1.5.1-1_amd64.deb ...
6 years, 4 months ago (2014-08-12 13:08:50 UTC) #12
kevmoo
lgtm
6 years, 4 months ago (2014-08-12 19:47:04 UTC) #13
Søren Gjesse
6 years, 3 months ago (2014-08-27 07:32:26 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 manually as 6b06e98 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698