add a cron job for creating the docker base image nightly

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2017-01-06 00:02:03 +00:00
parent 055883da78
commit 525669406c
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# docker updates nightly compose
MAILTO=releng-cron@lists.fedoraproject.org
45 5 * * * root TMPDIR=`mktemp -d /tmp/twoweek.XXXXXX` && cd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f25 && LANG=en_US.UTF-8 ./docker-nightly.sh RC-$(date "+\%Y\%m\%d").0

View file

@ -217,6 +217,11 @@
copy: src="twoweek-updates" dest=/etc/cron.d/twoweek-updates
when: inventory_hostname.startswith('compose-x86-01')
# put cron job in for docker nightly compose
- name: docker compose cron
copy: src="docker-updates" dest=/etc/cron.d/docker-updates
when: inventory_hostname.startswith('compose-x86-01')
# put cron job in for continuously deliverying atomic host
- name: atomic-cd compose cron
copy: src="atomic-cd" dest=/etc/cron.d/atomic-cd