Use bodhi-skopeo-lite on stg.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
d40db31eaf
commit
f1955ced48
1 changed files with 5 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue