commit 1383407cc2d9bec6b59bbb1d5ba9a0d6f97b311f Author: Dustin C. Hatch Date: Mon Mar 25 08:04:21 2024 -0500 Initial commit 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'])