You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-6-gb01e157 has the same issue.
So it was somehow introduced between 0.0.22 and 0.0.22-6-gb01e157.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: