Kubernetes build worker
This commit is contained in:
parent
3044f8ecbd
commit
bc13333f20
7 changed files with 255 additions and 34 deletions
6
buildman/qemu-coreos/README.md
Normal file
6
buildman/qemu-coreos/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Builder Image
|
||||
|
||||
```
|
||||
CHANNEL=stable
|
||||
docker build --build-arg channel=${CHANNEL} -t quay.io/quay/quay-builder-qemu-coreos:${CHANNEL} .
|
||||
```
|
Reference in a new issue