Initial commit
ContainerImages/libguestfs-tools/pipeline/head This commit looks good Details

main
Dustin 2024-02-05 12:14:49 -06:00
commit 77ded22db5
2 changed files with 8 additions and 0 deletions

7
Containerfile Normal file
View File

@ -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 \
guestfs-tools \
&& :

1
Jenkinsfile vendored Normal file
View File

@ -0,0 +1 @@
buildContainerImage2(archlist: ['arm64'])