Skip to content

Commit 66049b5

Browse files
supakeenmvo5
authored andcommitted
many: update container to 42
Update test and devel containers to 42 as well. Signed-off-by: Simon de Vlieger <[email protected]>
1 parent e0348c1 commit 66049b5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

devel/Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:40 AS osbuild-builder
1+
FROM registry.fedoraproject.org/fedora:42 AS osbuild-builder
22
# build osbuild RPMs
33
RUN dnf install -y rpm-build dnf-plugins-core git-core
44
COPY --from=osbuild . /build
@@ -8,7 +8,7 @@ RUN git config --global --add safe.directory /build
88
RUN 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
1313
RUN dnf install -y git-core golang gpgme-devel libassuan-devel
1414
COPY --from=images . /build/images
@@ -22,7 +22,7 @@ WORKDIR /build
2222
RUN ./build.sh
2323

2424

25-
FROM registry.fedoraproject.org/fedora:40
25+
FROM registry.fedoraproject.org/fedora:42
2626
COPY --from=osbuild-builder /build/rpmbuild/RPMS/noarch/*.rpm /rpms/
2727
COPY ./package-requires.txt .
2828
RUN grep -vE '^#' package-requires.txt | xargs dnf install -y && rm -f package-requires.txt && dnf install -y /rpms/*.rpm && dnf clean all

plans/integration.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Run all tests inside a VM environment
22
provision:
33
how: virtual
4-
image: fedora:40
4+
image: fedora:42
55
hardware:
66
virtualization:
77
is-supported: true

plans/unit-go.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
summary: Run all tests inside a VM environment
22
provision:
33
how: virtual
4-
image: fedora:40
4+
image: fedora:42
55
prepare:
66
how: install
77
package:

0 commit comments

Comments
 (0)