From fa5ac6f766e141e6ee97ebd0ae3b2beb2f23625d Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Thu, 26 Nov 2020 11:32:22 +0000 Subject: [PATCH] osbs: uncomment krb in buildroot image --- files/osbs/buildroot-Dockerfile-production.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/osbs/buildroot-Dockerfile-production.j2 b/files/osbs/buildroot-Dockerfile-production.j2 index 35304d874f..cd4486c5db 100644 --- a/files/osbs/buildroot-Dockerfile-production.j2 +++ b/files/osbs/buildroot-Dockerfile-production.j2 @@ -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"]