From ca8b0bd237eb2f4817352ce99fe82033ad39cb6d Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Mon, 28 May 2018 09:19:44 -0400 Subject: 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 Commit-Queue: Joe Gregorio --- docker/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docker/README.md') 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 -- cgit v1.2.3