-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathrpms.in.yaml
More file actions
29 lines (28 loc) · 807 Bytes
/
rpms.in.yaml
File metadata and controls
29 lines (28 loc) · 807 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
# 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 image/rhel/konflux.Dockerfile
- jq
# final stage in image/rhel/konflux.Dockerfile
- findutils
- postgresql
# builder stage in operator/konflux.bundle.Dockerfile
- python3.12-pyyaml
# package_installer stage in operator/konflux.Dockerfile, image/roxctl/konflux.Dockerfile, and scanner/image/scanner/konflux.Dockerfile
- ca-certificates
- gzip
- less
- openssl
- tar
moduleEnable:
# final stage in image/rhel/konflux.Dockerfile
- postgresql:15
contentOrigin:
repofiles: [ "rpms.rhel.repo" ]
context:
bare: true
arches:
- aarch64
- ppc64le
- s390x
- x86_64