From 4c8624002dbca11c249ef9795401ca165a7b8e92 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 14 Oct 2016 14:39:36 +0000 Subject: [PATCH] update osbs-client [scratch] config section to set scratch=true Signed-off-by: Adam Miller --- roles/osbs-client/templates/osbs.conf.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/osbs-client/templates/osbs.conf.j2 b/roles/osbs-client/templates/osbs.conf.j2 index f5c49fb819..dd379da12f 100644 --- a/roles/osbs-client/templates/osbs.conf.j2 +++ b/roles/osbs-client/templates/osbs.conf.j2 @@ -31,6 +31,7 @@ registry_api_versions = {{ default.registry_api_versions }} builder_openshift_url = {{ default.builder_openshift_url }} [scratch] +scratch = true {% if default.username %} username = {{ default.username }} {% endif %} @@ -56,4 +57,4 @@ builder_use_auth = {{ default.builder_use_auth }} distribution_scope = {{ default.distribution_scope }} registry_api_versions = {{ default.registry_api_versions }} builder_openshift_url = {{ default.builder_openshift_url }} -unique_tag_only = True +unique_tag_only = true