Initial commit
ContainerImages/ansible/pipeline/head This commit looks good Details

main
Dustin 2022-11-06 21:40:33 -06:00
commit 76f1dc3756
3 changed files with 17 additions and 0 deletions

14
Containerfile Normal file
View File

@ -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

1
Jenkinsfile vendored Normal file
View File

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

2
default-realm.krb5.conf Normal file
View File

@ -0,0 +1,2 @@
[libdefaults]
default_realm = PYROCUFFLINK.BLUE