Allow the version of CoreOS to be specified when building QEMU image
This commit is contained in:
parent
fb0a1f9728
commit
acdfc9369d
2 changed files with 4 additions and 3 deletions
|
@ -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 .
|
||||
```
|
||||
|
|
Reference in a new issue