robosignatory: signing for f39-rebuild tag
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
609df42eff
commit
e525521345
1 changed files with 10 additions and 0 deletions
|
@ -477,6 +477,16 @@ handlers = ["console"]
|
||||||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||||
file_signing_key = "fedora-39-ima"
|
file_signing_key = "fedora-39-ima"
|
||||||
|
|
||||||
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
from = "f39-rebuild"
|
||||||
|
to = "f39-rebuild"
|
||||||
|
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||||
|
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||||
|
{% if env == "production" %}
|
||||||
|
# ima file signing - enabled in f37
|
||||||
|
file_signing_key = "fedora-39-ima"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[consumer_config.ostree_refs]
|
[consumer_config.ostree_refs]
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue