-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrpms.in.yaml
More file actions
57 lines (54 loc) · 1.42 KB
/
rpms.in.yaml
File metadata and controls
57 lines (54 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
contentOrigin:
repos:
- repoid: ubi-9-for-$basearch-baseos-rpms
baseurl: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/os
varsFromContainerfile: Dockerfile
sslverify: 1
priority: 1
- repoid: ubi-9-for-$basearch-appstream-rpms
baseurl: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/os
varsFromContainerfile: Dockerfile
sslverify: 1
priority: 1
- repoid: rhel-9-for-$basearch-baseos-rpms
baseurl: https://cdn.redhat.com/content/dist/rhel9/{version}/$basearch/baseos/os
varsFromContainerfile: Dockerfile
sslverify: 1
sslcacert: /etc/rhsm/ca/redhat-uep.pem
sslclientkey: $SSL_CLIENT_KEY
sslclientcert: $SSL_CLIENT_CERT
- repoid: rhel-9-for-$basearch-appstream-rpms
baseurl: https://cdn.redhat.com/content/dist/rhel9/{version}/$basearch/appstream/os
varsFromContainerfile: Dockerfile
sslverify: 1
sslcacert: /etc/rhsm/ca/redhat-uep.pem
sslclientkey: $SSL_CLIENT_KEY
sslclientcert: $SSL_CLIENT_CERT
packages:
- bsdtar
- findutils
- groff-base
- glibc-locale-source
- glibc-minimal-langpack
- gettext
- rsync
- scl-utils
- tar
- unzip
- xz
- yum
- dpdk
- dpdk-devel
- dpdk-tools
- make
- rdma-core
- libibverbs
- git
- gcc
- which
- expect
arches:
- x86_64
- aarch64
context:
containerfile: Dockerfile