commit 9a98c7bbc0ff5e40d8ee1d2a01ca1a5ad1293148 Author: Dustin C. Hatch Date: Sun Nov 6 20:56:35 2022 -0600 Initial commit diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..8ed5846 --- /dev/null +++ b/Containerfile @@ -0,0 +1,3 @@ +FROM registry.fedoraproject.org/fedora:36 + +RUN useradd -l -u 3000018 jenkins diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..95632a5 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildContainerImage()