Skip to content

Commit 5cbb977

Browse files
committed
Add an override file
This file will be merged with the hermeto lockfile with `/usr/lib/coreos-assembler/konflux-rpm-lockfile merge`
1 parent 8544f88 commit 5cbb977

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

konflux-lockfile-override.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# This file will be merged with 'rpms.lock.yaml' which provides the RPMs
2+
# to konflux hermetic build environnement.
3+
# e.g. to get rpm-ostree from the fedora-coreos-continuous repo:
4+
# for arch in 'x86_64' 'aarch64' 'ppc64le' 's390x';
5+
# do dnf repoquery rpm-ostree-2025.11 --disablerepo='*' --enablerepo f42-coreos-continuous \
6+
# --location --forcearch $arch --quiet \
7+
# ;done
8+
arches:
9+
- arch: aarch64
10+
packages:
11+
# rpm-ostree 2025.11 for buildroot-prep
12+
- repoid: fedora-coreos-continuous
13+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/aarch64/Packages/r/rpm-ostree-2025.11-1.fc42.aarch64.rpm
14+
- repoid: fedora-coreos-continuous
15+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/aarch64/Packages/r/rpm-ostree-libs-2025.11-1.fc42.aarch64.rpm
16+
- arch: s390x
17+
packages:
18+
- repoid: fedora-coreos-continuous
19+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/s390x/Packages/r/rpm-ostree-2025.11-1.fc42.s390x.rpm
20+
- repoid: fedora-coreos-continuous
21+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/s390x/Packages/r/rpm-ostree-libs-2025.11-1.fc42.s390x.rpm
22+
- arch: ppc64le
23+
packages:
24+
- repoid: fedora-coreos-continuous
25+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/ppc64le/Packages/r/rpm-ostree-2025.11-1.fc42.ppc64le.rpm
26+
- repoid: fedora-coreos-continuous
27+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/ppc64le/Packages/r/rpm-ostree-libs-2025.11-1.fc42.ppc64le.rpm
28+
- arch: x86_64
29+
packages:
30+
- repoid: fedora-coreos-continuous
31+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/x86_64/Packages/r/rpm-ostree-2025.11-1.fc42.x86_64.rpm
32+
- repoid: fedora-coreos-continuous
33+
url: https://kojipkgs.fedoraproject.org/repos-dist/f42-coreos-continuous/latest/x86_64/Packages/r/rpm-ostree-libs-2025.11-1.fc42.x86_64.rpm

0 commit comments

Comments
 (0)