This commit is contained in:
8
Containerfile
Normal file
8
Containerfile
Normal 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
1
Jenkinsfile
vendored
Normal file
@@ -0,0 +1 @@
|
||||
buildContainerImage2()
|
||||
Reference in New Issue
Block a user