osbs-dev: add ansible tag for container update
This commit is contained in:
parent
af43d81529
commit
f4e1b40c3c
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@
|
||||||
|
|
||||||
- name: make sure latest fedora image is pulled and pushed to osbs registry
|
- name: make sure latest fedora image is pulled and pushed to osbs registry
|
||||||
shell: docker pull fedora && docker tag -f fedora:latest osbs-dev.fedorainfracloud.org:5000/fedora:latest && docker push osbs-dev.fedorainfracloud.org:5000/fedora:latest
|
shell: docker pull fedora && docker tag -f fedora:latest osbs-dev.fedorainfracloud.org:5000/fedora:latest && docker push osbs-dev.fedorainfracloud.org:5000/fedora:latest
|
||||||
|
tags:
|
||||||
|
- containerupdate
|
||||||
|
|
||||||
- name: create buildroot container
|
- 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
|
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