Joe Gregorio | f2dbd75 | 2018-05-15 16:25:54 -0400 | [diff] [blame] | 1 | Docker |
| 2 | ====== |
| 3 | |
| 4 | Docker files for building different Skia targets. |
Joe Gregorio | ca8b0bd | 2018-05-28 09:19:44 -0400 | [diff] [blame] | 5 | |
| 6 | Manual |
| 7 | ------ |
| 8 | |
| 9 | There is a continuous process that builds this docker image, but if you |
| 10 | need to manually push a verison, then run the following commands: |
| 11 | |
| 12 | docker build -t skia-release ./docker/skia-release/ |
| 13 | docker tag skia-release gcr.io/skia-public/skia-release:prod |
| 14 | docker push gcr.io/skia-public/skia-release:prod |