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
This is because the OCI tooling doesn't appear to handle this properly (image.CreateRuntimeLayoutBundle is to blame). It will probably be a good idea to from-scratch implement this feature inside umoci so that there is more than one implementation of this unpacking functionality.
This has been fixed in 7654ebc. In addition, I dealt with the issue of . not having entries in most images (we just use the Unix epoch as the atime and mtime to make sure that bundles are completely consistent).
This is because the OCI tooling doesn't appear to handle this properly (
image.CreateRuntimeLayoutBundle
is to blame). It will probably be a good idea to from-scratch implement this feature insideumoci
so that there is more than one implementation of this unpacking functionality.Where all of the
gomtree
failed keywords are related to time.The text was updated successfully, but these errors were encountered: