Initial commit
ContainerImages/build.rpm/pipeline/head This commit looks good Details

main
Dustin 2024-06-23 12:13:47 -05:00
commit c730a1ee69
2 changed files with 10 additions and 0 deletions

9
Containerfile Normal file
View File

@ -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 \
&& :

1
Jenkinsfile vendored Normal file
View File

@ -0,0 +1 @@
buildContainerImage2(name: 'build/rpm', archlist: ['amd64', 'arm64'])