Use bodhi-skopeo-lite on stg.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-11-13 22:46:04 +00:00
parent d40db31eaf
commit f1955ced48

View file

@ -210,6 +210,11 @@ pungi.extracmdline = --notification-script=/usr/bin/pungi-fedmsg-notification --
# You can put credentials for skopeo to use in $HOME/.docker/config.json
# https://github.com/projectatomic/skopeo#private-registries-with-authentication
# skopeo.cmd = /usr/bin/skopeo
{% if env == 'staging' %}
skopeo.cmd = /usr/bin/bodhi-skopeo-lite
{% elif env == 'production' %}
skopeo.cmd = /usr/bin/skopeo
{% endif %}
# Comma separated list of extra flags to pass to the skopeo copy command.
# skopeo.extra_copy_flags =