commit 86126f927cd3bb47184f0bfc5f4745a7895e81cb Author: Dustin C. Hatch Date: Wed Dec 21 10:01:17 2022 -0600 Initial commit diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..fa10a03 --- /dev/null +++ b/Containerfile @@ -0,0 +1,22 @@ +FROM git.pyrocufflink.blue/containerimages/jenkins-base + +RUN dnf install -y \ + bc \ + bzip2 \ + cpio \ + diffutils \ + g++ \ + gcc \ + git \ + make \ + ncurses-devel \ + openssh-clients \ + patch \ + perl-ExtUtils-MakeMaker \ + perl-FindBin \ + perl-Thread-Queue \ + rsync \ + systemd \ + wget \ + which \ + && dnf clean all diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..95632a5 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildContainerImage()