osbs: uncomment krb in buildroot image
This commit is contained in:
parent
98ea07a7fe
commit
fa5ac6f766
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue