aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker/README.md
diff options
context:
space:
mode:
authorGravatar Joe Gregorio <jcgregorio@google.com>2018-05-28 09:19:44 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-28 18:58:45 +0000
commitca8b0bd237eb2f4817352ce99fe82033ad39cb6d (patch)
treeec83c3a7c8815cee69d84bafc8932c8643d6c808 /docker/README.md
parent6e71f393b6cbfb439225574053462c3dfd356463 (diff)
Fix Dockerfile so args.gn actually applies, also drop debug symbols.
The part of the Dockerfile that extracted the skiaserve executable will be done in the skiabot repo. Bug: skia: Change-Id: Ieb913908d92626a7b9e68649b5c56b8f92646fd2 Reviewed-on: https://skia-review.googlesource.com/130323 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Joe Gregorio <jcgregorio@google.com>
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 9b3676d0d0..c237c61795 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -2,3 +2,13 @@ Docker
======
Docker files for building different Skia targets.
+
+Manual
+------
+
+There is a continuous process that builds this docker image, but if you
+need to manually push a verison, then run the following commands:
+
+ docker build -t skia-release ./docker/skia-release/
+ docker tag skia-release gcr.io/skia-public/skia-release:prod
+ docker push gcr.io/skia-public/skia-release:prod