commit 76f1dc37561b5fa7043fdfff0aaacfb095ee291f Author: Dustin C. Hatch Date: Sun Nov 6 21:40:33 2022 -0600 Initial commit diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..f641b3d --- /dev/null +++ b/Containerfile @@ -0,0 +1,14 @@ +from git.pyrocufflink.blue/containerimages/jenkins-base + +RUN dnf install -y \ + ansible \ + findutils \ + krb5-workstation \ + openssh-clients \ + python3-dns \ + python3-netaddr \ + -- + +COPY default-realm.krb5.conf /etc/krb5.conf.d/default-realm.conf + +ENV LANG=en_US.UTF-8 diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..95632a5 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildContainerImage() diff --git a/default-realm.krb5.conf b/default-realm.krb5.conf new file mode 100644 index 0000000..90f0fff --- /dev/null +++ b/default-realm.krb5.conf @@ -0,0 +1,2 @@ +[libdefaults] +default_realm = PYROCUFFLINK.BLUE