Initial commit
All checks were successful
ContainerImages/libguestfs-tools/pipeline/head This commit looks good
All checks were successful
ContainerImages/libguestfs-tools/pipeline/head This commit looks good
This commit is contained in:
7
Containerfile
Normal file
7
Containerfile
Normal 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
1
Jenkinsfile
vendored
Normal file
@@ -0,0 +1 @@
|
||||
buildContainerImage2(archlist: ['arm64'])
|
||||
Reference in New Issue
Block a user