Initial commit
ContainerImages/jenkins-base/pipeline/head There was a failure building this commit Details

main
Dustin 2022-11-06 20:56:35 -06:00
commit 9a98c7bbc0
2 changed files with 4 additions and 0 deletions

3
Containerfile Normal file
View File

@ -0,0 +1,3 @@
FROM registry.fedoraproject.org/fedora:36
RUN useradd -l -u 3000018 jenkins

1
Jenkinsfile vendored Normal file
View File

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