This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Update docker entrypoint with exact cert path - #1173
Merged
Conversation
Contributor
|
Corresponding PR in enterprise: https://github.com/anchore/enterprise/pull/645 |
The previous fix to this file dynamically found the Python version, but assumed the rest of the path to the certificate. This patch uses the `python3 -m certifi` command which returns the exact path of the certifi cacert.pem file. This will be resilient through Python version changes. Co-Authored-By: James Petersen <jpetersenames@gmail.com> Co-Authored-By: Vijay Pillai <vijay.pillai@anchore.com> Signed-off-by: Ryan Brady <ryan.brady@anchore.com>
rbrady
force-pushed
the
certifi-path-update
branch
from
August 17, 2021 19:20
5ec49b1 to
173875a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous fix to this file dynamically found the Python version, but assumed the rest of the path to the certificate.
This patch uses the
python3 -m certificommand which returns the exact path of the certifi cacert.pem file. This willbe resilient through Python version changes.
Co-Authored-By: James Petersen jpetersenames@gmail.com
Co-Authored-By: Vijay Pillai vijay.pillai@anchore.com
Signed-off-by: Ryan Brady ryan.brady@anchore.com
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>)(, fixes #<issue_number, ...)format, will close the issue when PR is merged: fixes #:Special notes: