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

Docker :latest (0.0.22-8-gc33ef7e) gives no such file or directory, 0.0.22 does not #345

Closed
MrHappy opened this issue Nov 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MrHappy
Copy link

MrHappy commented Nov 26, 2024

Went back and forth a couple of times (including redownloading the container).
When I use image: ddvk/rmfakecloud:0.0.22 it works, when I use image: ddvk/rmfakecloud:latest (which is v0.0.22-8-gc33ef7e) I get the following error in the logging:
level=error msg="open /data/users/<user_name@domainnl>: no such file or directory"

v0.0.22 gives uses the right path, /data/users/<[email protected]>.

Somehow the dot disappears when I use :latest.

v0.0.22-6-gb01e157 has the same issue.
So it was somehow introduced between 0.0.22 and 0.0.22-6-gb01e157.

@MrHappy MrHappy changed the title Docker :latest gives no such file or directory, 0.0.22 does not Docker :latest (0.0.22-8-gc33ef7e) gives no such file or directory, 0.0.22 does not Nov 26, 2024
@ddvk
Copy link
Owner

ddvk commented Nov 30, 2024

ah the . in the name gets stripped from the token

@ddvk ddvk added the bug Something isn't working label Nov 30, 2024
@ddvk ddvk closed this as completed in 31b6951 Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants