From 1f386fd48e4f0be0d03c39a592224929840563c8 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 5 Feb 2024 12:14:49 -0600 Subject: [PATCH] Initial commit --- Containerfile | 7 +++++++ Jenkinsfile | 1 + 2 files changed, 8 insertions(+) create mode 100644 Containerfile create mode 100644 Jenkinsfile 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'])