commit c730a1ee69ee99b1943462570a19af9a6d87f5aa Author: Dustin C. Hatch Date: Sun Jun 23 12:13:47 2024 -0500 Initial commit diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..ea284e9 --- /dev/null +++ b/Containerfile @@ -0,0 +1,9 @@ +FROM git.pyrocufflink.net/containerimages/dch-base + +RUN --mount=type=cache,target=/var/cache \ + microdnf install -y \ + --setopt install_weak_deps=0 \ + mock \ + mock-core-configs \ + rpm-build \ + && : diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..a43c5f2 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildContainerImage2(name: 'build/rpm', archlist: ['amd64', 'arm64'])