-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathrpms.in.yaml
More file actions
48 lines (47 loc) · 861 Bytes
/
rpms.in.yaml
File metadata and controls
48 lines (47 loc) · 861 Bytes
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
# This rpms.in.yaml and other rpms.* files define how to make RPM packages available for Konflux image builds.
# See our docs here: https://spaces.redhat.com/display/StackRox/How+to+prefetch+RPMs+for+ACS+Konflux+builds
packages:
# builder stage in collector/container/konflux.Dockerfile
- make
- wget
- unzip
- clang
- llvm
- cmake
- gcc-c++
- openssl-devel
- ncurses-devel
- curl-devel
- libuuid-devel
- libcap-ng-devel
- autoconf
- libtool
- git
- elfutils-libelf-devel
- tbb-devel
- c-ares-devel
- patch
- systemtap-sdt-devel
# final stage in collector/container/konflux.Dockerfile
- c-ares
- ca-certificates
- crypto-policies-scripts
- elfutils-libelf
- gzip
- less
- libcap-ng
- libcurl-minimal
- libstdc++
- libuuid
- openssl
- tar
- tbb
contentOrigin:
repofiles: [ "rpms.rhel.repo" ]
context:
bare: true
arches:
- aarch64
- ppc64le
- s390x
- x86_64