Compare commits
2 Commits
dbc531231f
...
a378147650
Author | SHA1 | Date |
---|---|---|
|
a378147650 | |
|
020cd42cc8 |
|
@ -1,10 +1,6 @@
|
||||||
FROM registry.fedoraproject.org/fedora:36
|
FROM git.pyrocufflink.net/containerimages/jenkins-base
|
||||||
|
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
openssh-clients \
|
openssh-clients \
|
||||||
rsync \
|
rsync \
|
||||||
&& dnf clean all \
|
&& 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 +1 @@
|
||||||
buildContainerImage()
|
buildContainerImage2(archlist: ['amd64', 'arm64'])
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
KnownHostsCommand /usr/bin/curl -sL https://files.pyrocufflink.blue/ssh_known_hosts
|
|
Loading…
Reference in New Issue