Configure the buildvms configuration with the registry secret
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
68668abe4c
commit
135478dd38
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@
|
||||||
builder_use_auth: true,
|
builder_use_auth: true,
|
||||||
distribution_scope: 'private',
|
distribution_scope: 'private',
|
||||||
registry_api_versions: 'v2',
|
registry_api_versions: 'v2',
|
||||||
builder_openshift_url: 'https://{{osbs_url}}'
|
builder_openshift_url: 'https://{{osbs_url}}',
|
||||||
|
registry_secret_name: 'v2-registry-dockercfg'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
handlers:
|
handlers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue