File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,6 @@ copy_existing /usr/local/share/ca-certificates
1919# Copy the custom trusted CA bundles injected by the Openshift Network Operator.
2020copy_existing /etc/pki/injected-ca-trust
2121
22- update-ca-trust extract
22+ # The -o flag is required for running as an unprivileged user in containers.
23+ # See: https://bugzilla.redhat.com/show_bug.cgi?id=2241240
24+ update-ca-trust extract -o /etc/pki/ca-trust/extracted
Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ CA_PATH="/run/secrets/stackrox.io/certs/ca.pem"
66
77# For RHEL
88cp " ${CA_PATH} " /etc/pki/ca-trust/source/anchors/root-ca.pem
9- update-ca-trust
9+
10+ # The -o flag is required for running as an unprivileged user in containers.
11+ # See: https://bugzilla.redhat.com/show_bug.cgi?id=2241240
12+ update-ca-trust extract -o /etc/pki/ca-trust/extracted
You can’t perform that action at this time.
0 commit comments