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:
Clement Verna 2019-03-05 08:46:21 +01:00
parent f0812c273e
commit 43bbc53007
4 changed files with 163 additions and 158 deletions

View file

@ -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 }}"

View file

@ -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 }}"