Skip to content
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

[Bug]: Docker image registry is lower cased #1940

Closed
ZhengYuTay opened this issue Apr 6, 2024 · 3 comments · Fixed by #1946
Closed

[Bug]: Docker image registry is lower cased #1940

ZhengYuTay opened this issue Apr 6, 2024 · 3 comments · Fixed by #1946

Comments

@ZhengYuTay
Copy link

ZhengYuTay commented Apr 6, 2024

Description

I was trying the custom docker registry and I was using a private registry with upper case tagging, but when deploying, it convert everything to lower case and the image pulling failed.

example:
Registry tag: test-1QWE, would be converted to test-1qwe and would cause image pulling to failed.

I think the fix would be just respect the user's input and make it case sensitive when pulling image.

Minimal Reproduction (if possible, example repository)

image

image

Expected it to do nginx:tEST when pulling image

Exception or Error

No response

Version

v4.0.0-beta.251

@luckydonald
Copy link

Is that a problem with the docker registry or coolify?

@ZhengYuTay
Copy link
Author

Is that a problem with the docker registry or coolify?

It's the way coolify pull image. Added a screenshot example.

@andrasbacsai
Copy link
Member

This will be fixed in the upcoming version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants