-
Notifications
You must be signed in to change notification settings - Fork 9
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
Set default to podman #24
Comments
@chevdor Can you elaborate on whats the issue that requires --no-cache? I see that it is set by default now but I'd like to understand the issue since this could significantly increase build times. |
The cache requires some mapping to temp folders and there are issues with those. |
FWIW I needed to use |
Ok, thanks for the report @andresilva I think this is the typical issue related to UID/GID+Permissions not matching between container and host. Using root is the hammer option but good to hear that it works at least. A better option to investigate and to remove the requirement for |
See #23
This is more than just defaulting to podman.
There seem to be issues with podman related to the cache temp folder.
TODO:
Here is the list of changes required when the engine is set to podman:
--no-cache
--root
may helpThe text was updated successfully, but these errors were encountered: