Initial commit
ContainerImages/libguestfs-tools/pipeline/head This commit looks good
Details
ContainerImages/libguestfs-tools/pipeline/head This commit looks good
Details
commit
1f386fd48e
|
@ -0,0 +1,7 @@
|
||||||
|
FROM registry.fedoraproject.org/fedora-minimal:39
|
||||||
|
|
||||||
|
RUN --mount=type=cache,target=/var/cache \
|
||||||
|
microdnf install -y \
|
||||||
|
--setopt=install_weak_deps=0 \
|
||||||
|
libguestfs-tools \
|
||||||
|
&& :
|
|
@ -0,0 +1 @@
|
||||||
|
buildContainerImage2(archlist: ['arm64'])
|
Loading…
Reference in New Issue