mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-26 16:41:07 +08:00
This is needed to authenticate with koji stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -2,6 +2,7 @@ FROM registry.fedoraproject.org/fedora
|
||||
ADD ./infra-tags.repo /etc/yum.repos.d/infra-tags.repo
|
||||
RUN dnf -y install --refresh dnf-plugins-core && dnf -y install docker git python-setuptools e2fsprogs koji python-backports-lzma osbs-client python-osbs-client gssproxy fedpkg python-docker-squash atomic-reactor python-atomic-reactor* go-md2man
|
||||
RUN sed -i 's|.*default_ccache_name.*| default_ccache_name = DIR:/tmp/ccache_%{uid}|g' /etc/krb5.conf
|
||||
RUN sed -i 's|\[libdefaults\]|\[libdefaults\]\n dns_canonicalize_hostname = false|g' /etc/krb5.conf
|
||||
ADD ./krb5.osbs_{{osbs_url}}.keytab /etc/
|
||||
ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt
|
||||
RUN update-ca-trust
|
||||
|
||||
Reference in New Issue
Block a user