Custom registries doesn't work for some tools ? #4841
Answered
by
viceice
philippe-granet
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@viceice seems like we should rewrite the file_exists function to use our http layer so that url replacing works? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In python tool, the code is like:
get_from_url
function callcontainerbase-cli
which correctly use custom registries.but
file_exists
function run only a curl command without usingURL_REPLACE_*_FROM
andURL_REPLACE_*_TO
environment variablesbase/src/usr/local/containerbase/utils/cache.sh
Lines 300 to 302 in c55b6ce
Beta Was this translation helpful? Give feedback.
All reactions