Initial commit
ContainerImages/jenkins-common/pipeline/head This commit looks good Details

main
Dustin 2025-07-02 15:15:57 -05:00
commit 6de6e20ee4
2 changed files with 16 additions and 0 deletions

15
Containerfile Normal file
View File

@ -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

1
Jenkinsfile vendored Normal file
View File

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