update osbs-client [scratch] config section to set scratch=true
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
3ae987fbe8
commit
4c8624002d
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ registry_api_versions = {{ default.registry_api_versions }}
|
||||||
builder_openshift_url = {{ default.builder_openshift_url }}
|
builder_openshift_url = {{ default.builder_openshift_url }}
|
||||||
|
|
||||||
[scratch]
|
[scratch]
|
||||||
|
scratch = true
|
||||||
{% if default.username %}
|
{% if default.username %}
|
||||||
username = {{ default.username }}
|
username = {{ default.username }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -56,4 +57,4 @@ builder_use_auth = {{ default.builder_use_auth }}
|
||||||
distribution_scope = {{ default.distribution_scope }}
|
distribution_scope = {{ default.distribution_scope }}
|
||||||
registry_api_versions = {{ default.registry_api_versions }}
|
registry_api_versions = {{ default.registry_api_versions }}
|
||||||
builder_openshift_url = {{ default.builder_openshift_url }}
|
builder_openshift_url = {{ default.builder_openshift_url }}
|
||||||
unique_tag_only = True
|
unique_tag_only = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue