set osbs to use krb5 for koji auth instead of ssl certs
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
d15e182de8
commit
090c85d868
6 changed files with 69 additions and 17 deletions
|
@ -1,6 +1,7 @@
|
|||
FROM fedora:latest
|
||||
RUN dnf -y install dnf-plugins-core && dnf -y install docker git python-docker-py python-setuptools e2fsprogs koji python-backports-lzma osbs-client gssproxy fedpkg python-docker-squash
|
||||
ADD ./atomic-reactor.tar.gz /tmp/
|
||||
ADD ./krb5.osbs_{{osbs_url}}.keytab /etc/
|
||||
RUN cd /tmp/atomic-reactor-*/ && python setup.py install
|
||||
ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt
|
||||
RUN update-ca-trust
|
Loading…
Add table
Add a link
Reference in a new issue