Initial commit
ContainerImages/mock/pipeline/head This commit looks good Details

main
Dustin 2025-08-06 14:49:38 -05:00
commit 633d083a65
2 changed files with 9 additions and 0 deletions

8
Containerfile Normal file
View File

@ -0,0 +1,8 @@
FROM registry.fedoraproject.org/fedora
RUN --mount=type=cache,target=/var/cache \
dnf install -y \
--setopt install_weak_deps=0 \
--setopt persistdir=/var/cache/dnf \
mock \
&& :

1
Jenkinsfile vendored Normal file
View File

@ -0,0 +1 @@
buildContainerImage2()