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
The current upstream unpacking utilities have some flaws:
They are completely separate to my CAS implementation, making using them quite ugly.
They don't expose a "single layer" unpacking method, meaning that we can't implement raw-unpack (umoci: implement raw-unpack #23) and we can't really test it properly.
They have bugs (like unpack: doesn't preserve mtime #1) and also don't support things like "user:group"-style specification of users, which is a problem.
The current upstream unpacking utilities have some flaws:
"user:group"
-style specification of users, which is a problem.All of this can be solved if we just implement it ourselves.
The text was updated successfully, but these errors were encountered: