OSBS: move the flatpak base image from osbs.conf to the configmap.
Fixes https://pagure.io/fedora-infrastructure/issue/7614 Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
f0812c273e
commit
43bbc53007
4 changed files with 163 additions and 158 deletions
|
@ -102,6 +102,9 @@ _osbs_reactor_config_map:
|
|||
pdc:
|
||||
api_url: "https://pdc{{ env_suffix }}.fedoraproject.org/rest_api/v1/"
|
||||
|
||||
flatpak:
|
||||
base_image: "registry.fedoraproject.org/fedora:latest"
|
||||
|
||||
image_labels:
|
||||
vendor: "Fedora Project"
|
||||
authoritative-source-url: "{{ source_registry }}"
|
||||
|
|
|
@ -97,6 +97,9 @@ _osbs_reactor_config_map:
|
|||
pdc:
|
||||
api_url: "https://pdc{{ env_suffix }}.fedoraproject.org/rest_api/v1/"
|
||||
|
||||
flatpak:
|
||||
base_image: "registry.fedoraproject.org/fedora:latest"
|
||||
|
||||
image_labels:
|
||||
vendor: "Fedora Project"
|
||||
authoritative-source-url: "{{ source_registry }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue