From 1383407cc2d9bec6b59bbb1d5ba9a0d6f97b311f Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 25 Mar 2024 08:04:21 -0500 Subject: [PATCH] Initial commit --- Containerfile | 4 ++++ Jenkinsfile | 1 + 2 files changed, 5 insertions(+) create mode 100644 Containerfile create mode 100644 Jenkinsfile diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..284a742 --- /dev/null +++ b/Containerfile @@ -0,0 +1,4 @@ +FROM registry.fedoraproject.org/fedora-minimal:39 + +RUN --mount=type=cache,target=/var/cache \ + microdnf update -y --setopt install_weak_deps=0 diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..b8c93a4 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildContainerImage2(archlist: ['amd64', 'arm64'])