-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No support for hostnames with a hypen #2
Comments
After looking at the code:
The hostname is just split based on the |
@StephanePaulus - thanks for the bug report! What do you think would be the cleanest label transformation here? To unblock you, the workaround would be |
@isometry I would also think the first 1 makes the most sense. |
fix(#2): normalize DNS label hyphens to underscores during environment variable lookup
I am trying this credential helper with a docker repo like:
mr-artifactory.data.internal
I think the issue is because hypens are not allowed in env variables.
So when I do
EXPORT DOCKER_mr_artifactory_data_internal_USR
, it cannot find the credentials as it doesn't matchmr.artifactory.data.internal
The text was updated successfully, but these errors were encountered: