fedora-image-uploader: handle all container repos
Now that the F41 freeze is over, switch container pushes over to fedora-image-uploader for the remaining repositories. This also renames the Onyx and Sericea repositories to make it clear what they are. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
parent
c6c2f9fa28
commit
6baf164a3d
1 changed files with 6 additions and 8 deletions
|
@ -109,8 +109,6 @@ storage_account_type = "Standard_ZRS"
|
|||
[consumer_config.container]
|
||||
publish_amqp_messages = true
|
||||
|
||||
{% if env == "staging" %}
|
||||
|
||||
[consumer_config.container.repos]
|
||||
Container_Toolbox = "fedora-toolbox"
|
||||
Container_Minimal_Base = "fedora-minimal"
|
||||
|
@ -118,10 +116,13 @@ Container_Base = "fedora"
|
|||
BaseOS = "eln"
|
||||
Silverblue = "fedora-silverblue"
|
||||
Kinoite = "fedora-kinoite"
|
||||
Onyx = "fedora-onyx"
|
||||
Sericea = "fedora-sericea"
|
||||
Onyx = "fedora-budgie-atomic"
|
||||
Sericea = "fedora-sway-atomic"
|
||||
bootc = "fedora-bootc"
|
||||
IoT_bootc_base = "fedora-iot"
|
||||
# Depends on https://pagure.io/fedora-iot/pungi-iot/pull-request/102
|
||||
# IoT_bootc_base = "fedora-iot"
|
||||
|
||||
{% if env == "staging" %}
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "registry.stg.fedoraproject.org"
|
||||
|
@ -129,9 +130,6 @@ credential_prefix = "FEDORA_REGISTRY_"
|
|||
|
||||
{% else %}
|
||||
|
||||
[consumer_config.container.repos]
|
||||
BaseOS = "eln"
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "registry.fedoraproject.org"
|
||||
credential_prefix = "FEDORA_REGISTRY_"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue