aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker/README.md
blob: c237c61795beaa7d7a053c880a049c4585e3a235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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