Skip to content

Commit

Permalink
Configure requests to use the system CA bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mprahl committed Apr 22, 2021
1 parent a217c93 commit 6edf2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Expand Up @@ -2,6 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
LABEL maintainer="Factory 2.0"

ENV KRB5_CLIENT_KTNAME /etc/estuary-updater/estuary-updater.keytab
ENV REQUESTS_CA_BUNDLE /etc/pki/tls/certs/ca-bundle.crt
WORKDIR /src
RUN microdnf -y install \
bash \
Expand Down

0 comments on commit 6edf2fe

Please sign in to comment.