Rebase on Fedora 40
ContainerImages/collectd/pipeline/head There was a failure building this commit
Details
ContainerImages/collectd/pipeline/head There was a failure building this commit
Details
parent
2764541006
commit
7d72f5bc5c
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:38 AS build
|
FROM registry.fedoraproject.org/fedora:40 AS build
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/var/cache \
|
RUN --mount=type=cache,target=/var/cache \
|
||||||
dnf install -y \
|
dnf install -y \
|
||||||
|
@ -32,7 +32,7 @@ RUN --mount=type=cache,target=/var/cache \
|
||||||
&& :
|
&& :
|
||||||
|
|
||||||
|
|
||||||
FROM registry.fedoraproject.org/fedora-minimal:38
|
FROM registry.fedoraproject.org/fedora-minimal:40
|
||||||
|
|
||||||
COPY --from=build /sysroot /
|
COPY --from=build /sysroot /
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue