Initial commit
ContainerImages/jenkins-common/pipeline/head This commit looks good
Details
ContainerImages/jenkins-common/pipeline/head This commit looks good
Details
commit
6de6e20ee4
|
@ -0,0 +1,15 @@
|
|||
FROM git.pyrocufflink.net/containerimages/jenkins-base
|
||||
|
||||
RUN --mount=type=cache,target=/var/cache \
|
||||
dnf install -y \
|
||||
--setopt persistdir=/var/cache/dnf \
|
||||
--setopt install_weak_deps=0 \
|
||||
git-core \
|
||||
make \
|
||||
openssh-clients \
|
||||
python3 \
|
||||
python3-jinja2 \
|
||||
rsync \
|
||||
&& :
|
||||
|
||||
USER jenkins
|
|
@ -0,0 +1 @@
|
|||
buildContainerImage()
|
Loading…
Reference in New Issue