Compare commits

...

2 Commits

Author SHA1 Message Date
Dustin a378147650 Build for aarch64 also
ContainerImages/rsync/pipeline/head This commit looks good Details
2025-08-13 21:45:33 -05:00
Dustin 020cd42cc8 Rebase on jenkins-base image 2022-12-03 09:42:07 -06:00
3 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,6 @@
FROM registry.fedoraproject.org/fedora:36
FROM git.pyrocufflink.net/containerimages/jenkins-base
RUN dnf install -y \
openssh-clients \
rsync \
&& dnf clean all \
&& groupadd -g 1000 jenkins \
&& useradd -c 'Jenkins user' -g 1000 -l -M -s /bin/sh -u 1000 jenkins
COPY known-hosts-command.ssh.conf /etc/ssh/ssh_config.d/10-known-hosts-command.conf

2
Jenkinsfile vendored
View File

@ -1 +1 @@
buildContainerImage()
buildContainerImage2(archlist: ['amd64', 'arm64'])

View File

@ -1 +0,0 @@
KnownHostsCommand /usr/bin/curl -sL https://files.pyrocufflink.blue/ssh_known_hosts