osbs-dev: add atomic-reactor buildroot creation
This commit is contained in:
parent
768d0edd44
commit
d69a7c8017
1 changed files with 4 additions and 0 deletions
|
@ -116,3 +116,7 @@
|
|||
- name: create fedora image stream for OpenShift
|
||||
shell: "echo '{ \"apiVersion\": \"v1\", \"kind\": \"ImageStream\", \"metadata\": { \"name\": \"fedora\" }, \"spec\": { \"dockerImageRepository\": \"osbs-dev.fedorainfracloud.org:5000/fedora\" } }' | oc create -f -"
|
||||
environment: "{{ osbs_environment }}"
|
||||
|
||||
- name: create buildroot container
|
||||
shell: atomic-reactor create-build-image --reactor-tarball-path /usr/share/atomic-reactor/atomic-reactor.tar.gz /usr/share/atomic-reactor/images/dockerhost-builder buildroot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue