Initial commit
ContainerImages/mock/pipeline/head This commit looks good
Details
ContainerImages/mock/pipeline/head This commit looks good
Details
commit
633d083a65
|
@ -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 \
|
||||||
|
&& :
|
|
@ -0,0 +1 @@
|
||||||
|
buildContainerImage2()
|
Loading…
Reference in New Issue