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
Drop the dependency on container engines like Docker or Podman by using
youki's `libcontainer` and `oci-spec` crates to run rootless containers,
while keeping all the logic doing that in our binary.
That solves the major problem we had with Docker - file ownership in
bind mounted volumes - where new files created inside container in a
volume with source code were owned by `root` and therefore inaccessible
for a regular user calling `icedragon`.
After this change, regular container engines are still used for building
the images.
Fixes#7
0 commit comments