Skip to content

Commit 446e5b5

Browse files
committed
enable fedora for distgen generation
1 parent 810759b commit 446e5b5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specs/multispec.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ version: 1
22

33
specs:
44
distroinfo:
5+
fedora:
6+
distros:
7+
- fedora-35-x86_64
8+
s2i_base: quay.io/fedora/s2i-core
9+
org: "fedora"
10+
prod: "fedora"
11+
openshift_tags: "database,postgresql,postgresql{{ spec.short }},postgresql-{{ spec.short }}"
12+
redhat_component: "postgresql-{{ spec.short }}-container"
13+
img_name: "{{ spec.org }}/postgresql-{{ spec.short }}-{{ spec.prod }}"
14+
pkgs: "postgresql-server postgresql-contrib"
15+
environment_setup: >-4
16+
{ yum -y module enable postgresql:{{ spec.version }} || :; } && \
517
centos:
618
distros:
719
- centos-7-x86_64

0 commit comments

Comments
 (0)