Allow the version of CoreOS to be specified when building QEMU image

This commit is contained in:
Joseph Schorr 2016-08-05 16:46:11 -04:00
parent fb0a1f9728
commit acdfc9369d
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,5 @@
# Builder Image
```
CHANNEL=stable
docker build --build-arg channel=${CHANNEL} -t quay.io/quay/quay-builder-qemu-coreos:${CHANNEL} .
docker build --build-arg channel=stable --build-arg version=current -t quay.io/quay/quay-builder-qemu-coreos:staging .
```