Files
jenkins-common/Containerfile
Dustin C. Hatch 6de6e20ee4
All checks were successful
ContainerImages/jenkins-common/pipeline/head This commit looks good
Initial commit
2025-07-02 15:15:57 -05:00

16 lines
292 B
Docker

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