fedora-image-uploader: add configuration for prod container uploading
We've finally ironed out the issues in stage with this, so this is the configuration to enable it in production. This should be rolled out in conjunction with disabling the bash script that currently handles image pushes.
This commit is contained in:
parent
8eaea992dd
commit
38fa375e0a
1 changed files with 31 additions and 1 deletions
|
@ -105,12 +105,42 @@ storage_account_type = "Standard_ZRS"
|
|||
|
||||
{% endif %}
|
||||
|
||||
|
||||
[consumer_config.container]
|
||||
publish_amqp_messages = true
|
||||
|
||||
{% if env == "staging" %}
|
||||
|
||||
[consumer_config.container.repos]
|
||||
Container_Toolbox = "fedora-toolbox"
|
||||
Container_Minimal_Base = "fedora-minimal"
|
||||
Container_Base = "fedora"
|
||||
BaseOS = "eln"
|
||||
Silverblue = "fedora-silverblue"
|
||||
Kinoite = "fedora-kinoite"
|
||||
Onyx = "fedora-onyx"
|
||||
Sericea = "fedora-sericea"
|
||||
bootc = "fedora-bootc"
|
||||
IoT_bootc_base = "fedora-iot"
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "registry.stg.fedoraproject.org"
|
||||
credential_prefix = "FEDORA_REGISTRY_"
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
|
||||
[consumer_config.container.repos]
|
||||
BaseOS = "eln"
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "registry.fedoraproject.org"
|
||||
credential_prefix = "FEDORA_REGISTRY_"
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "quay.io/fedora"
|
||||
credential_prefix = "QUAY_IO_"
|
||||
|
||||
{% endif %}
|
||||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue