image-builder: enable osbuild plugin on koji staging builders
This commit is contained in:
parent
628dbdeef7
commit
aeb695f2bc
2 changed files with 6 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
||||||
server = https://api.stage.openshift.com/
|
server = https://api.stage.openshift.com/
|
||||||
|
|
||||||
[composer:oauth]
|
[composer:oauth]
|
||||||
client_id = "{{koji_builder_client_id_stg}}"
|
client_id = {{koji_builder_client_id_stg}}
|
||||||
client_secret = "{{koji_builder_client_secret_stg}}"
|
client_secret = {{koji_builder_client_secret_stg}}
|
||||||
token_url = https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
|
token_url = https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
|
||||||
|
|
||||||
[koji]
|
[koji]
|
||||||
|
|
|
@ -154,6 +154,7 @@ keytab = /etc/kojid/kojid.keytab
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{{ plugins.append("rpmautospec_builder") }}
|
{{ plugins.append("rpmautospec_builder") }}
|
||||||
|
{{ plugins.append("osbuild") }}
|
||||||
|
|
||||||
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
|
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
|
||||||
plugins = {{ plugins | join(" ") }}
|
plugins = {{ plugins | join(" ") }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue