Initial commit
All checks were successful
ContainerImages/jenkins-common/pipeline/head This commit looks good
All checks were successful
ContainerImages/jenkins-common/pipeline/head This commit looks good
This commit is contained in:
15
Containerfile
Normal file
15
Containerfile
Normal 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
1
Jenkinsfile
vendored
Normal file
@@ -0,0 +1 @@
|
||||
buildContainerImage()
|
||||
Reference in New Issue
Block a user