osbs: uncomment krb in buildroot image

This commit is contained in:
Mark O'Brien 2020-11-26 11:32:22 +00:00
parent 98ea07a7fe
commit fa5ac6f766

View file

@ -5,8 +5,8 @@ RUN dnf -y install --refresh dnf-plugins-core && dnf -y install moby-engine git
ADD ./orchestrator_customize.json /usr/share/osbs/orchestrator_customize.json
ADD ./worker_customize.json /usr/share/osbs/worker_customize.json
ADD ./krb5.conf /etc
#RUN printf '[libdefaults]\n default_ccache_name = DIR:/tmp/ccache_%%{uid}' >/etc/krb5.conf.d/ccache.conf
#ADD ./krb5.osbs_{{osbs_url}}.keytab /etc/
#ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt
RUN printf '[libdefaults]\n default_ccache_name = DIR:/tmp/ccache_%%{uid}' >/etc/krb5.conf.d/ccache.conf
ADD ./krb5.osbs_{{osbs_url}}.keytab /etc/
ADD ./ca.crt /etc/pki/ca-trust/source/anchors/osbs.ca.crt
RUN update-ca-trust
CMD ["python3", "/usr/bin/atomic-reactor", "--verbose", "inside-build"]