File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM registry.fedoraproject.org/fedora:40 AS osbuild-builder
1+ FROM registry.fedoraproject.org/fedora:42 AS osbuild-builder
22# build osbuild RPMs
33RUN dnf install -y rpm-build dnf-plugins-core git-core
44COPY --from=osbuild . /build
@@ -8,7 +8,7 @@ RUN git config --global --add safe.directory /build
88RUN make rpm
99
1010
11- FROM registry.fedoraproject.org/fedora:40 AS bib-builder
11+ FROM registry.fedoraproject.org/fedora:42 AS bib-builder
1212# replace osbuild/images dependency and build bib
1313RUN dnf install -y git-core golang gpgme-devel libassuan-devel
1414COPY --from=images . /build/images
@@ -22,7 +22,7 @@ WORKDIR /build
2222RUN ./build.sh
2323
2424
25- FROM registry.fedoraproject.org/fedora:40
25+ FROM registry.fedoraproject.org/fedora:42
2626COPY --from=osbuild-builder /build/rpmbuild/RPMS/noarch/*.rpm /rpms/
2727COPY ./package-requires.txt .
2828RUN grep -vE '^#' package-requires.txt | xargs dnf install -y && rm -f package-requires.txt && dnf install -y /rpms/*.rpm && dnf clean all
Original file line number Diff line number Diff line change 11summary: Run all tests inside a VM environment
22provision:
33 how: virtual
4- image: fedora:40
4+ image: fedora:42
55 hardware:
66 virtualization:
77 is-supported: true
Original file line number Diff line number Diff line change 11summary: Run all tests inside a VM environment
22provision:
33 how: virtual
4- image: fedora:40
4+ image: fedora:42
55prepare:
66 how: install
77 package:
You can’t perform that action at this time.
0 commit comments