Nalin Dahyabhai
Nalin Dahyabhai
> @nalind I think we have three different races happening here: > > * **(Happens in both rootless and rootful):** I believe race happens on `pull` API cause I think...
An error extracting an archive part of the way through suggests that we hit a permissions error trying to create something we encountered part of the way through the archive....
Well, you're on an XFS filesystem, which is widely used for this, so it's not related to NFS. 18313466 is likely the ID that your own UID (as given in...
If the specified build context location is a symbolic link, it is followed, but symbolic links that are inside of the build context that point to locations outside of the...
That doesn't work right. Moving this to a draft PR.
/retitle commit: optionally create layers for ADD/COPY/RUN/WORKDIR
I expect conformance tests to fail on overlay because resetting the contents of a directory causes us to mark it as opaque until #2756 changes how we do things for...
We still need this.
A simple rebase isn't going to be enough here - it didn't pass all of the tests before it needed that. Re-adding the WIP label.
Labels are unordered in the image config, so I don't really have a problem with us running `sort.Strings()` on `options.Labels` before iterating through it to put them into a predictable...