Initial commit
ContainerImages/rsync/pipeline/head This commit looks good Details

main
Dustin 2022-12-02 21:29:59 -06:00
commit dbc531231f
3 changed files with 12 additions and 0 deletions

10
Containerfile Normal file
View File

@ -0,0 +1,10 @@
FROM registry.fedoraproject.org/fedora:36
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

1
Jenkinsfile vendored Normal file
View File

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

View File

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