Initial commit
All checks were successful
ContainerImages/ansible/pipeline/head This commit looks good
All checks were successful
ContainerImages/ansible/pipeline/head This commit looks good
This commit is contained in:
14
Containerfile
Normal file
14
Containerfile
Normal 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
1
Jenkinsfile
vendored
Normal file
@@ -0,0 +1 @@
|
||||
buildContainerImage()
|
||||
2
default-realm.krb5.conf
Normal file
2
default-realm.krb5.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
[libdefaults]
|
||||
default_realm = PYROCUFFLINK.BLUE
|
||||
Reference in New Issue
Block a user