commit 1f386fd48e4f0be0d03c39a592224929840563c8 Author: Dustin C. Hatch Date: Mon Feb 5 12:14:49 2024 -0600 Initial commit diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..92ce202 --- /dev/null +++ b/Containerfile @@ -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 \ + && : diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..1e31f85 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildContainerImage2(archlist: ['arm64'])