Adding on home registry

This commit is contained in:
James Jones
2022-12-06 18:49:44 -05:00
parent cdd06f2f1b
commit c065d6f5e9
2 changed files with 17 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ FROM quay.io/podman/stable:latest
# Adding on the docker alias, docker-compose and other useful stuff
RUN dnf install -y podman-docker buildah skopeo docker-compose \
util-linux ansible-core openssh-clients krb5-devel krb5-libs krb5-workstation git jq unzip coreutils \
helm doctl kubernetes-client
helm doctl kubernetes-client pinentry
# Adding some Ansible Key and Timeout setting
ENV ANSIBLE_HOST_KEY_CHECKING=False