Derek McGowan
Derek McGowan
We update the alpine versions with releases of the registry. If you have found a vulnerability that effects the registry or the registry image, please email [email protected]. This doesn't look...
My main concern with changing the default like this is our potential to break production deployments behind load balancers who are making use of the `latest` tag. I am OK...
Privileged containers are needed for any use case which needs to spin up Docker-in-Docker, a common pattern for testing not only docker itself but complex build setups such as allowed...
> We don't actually want to do this. Many people will and it is a common pattern. However I do agree that time should be spent to figure out how...
Looking at the container setup code within docker the following is done by setting the privileged flag - Set empty process label - Warn of incompatibility with user namespaces -...
There are no docs, feel free to open a PR which removes the license.docs and any reference in the Readme. Applying apache 2 to the whole codebase would be consistent...
Yes, although the root package hasn't been touched in awhile. If you have plans to resurrect some of the work here, it is worth discussing and looking at some of...
`application/vnd.continuity.manifest.v1+pb` is fine by me. Not sure we are in a point where we want to nail down a media type version though. @AkihiroSuda where do you see this media...
@AkihiroSuda do you know if `\Program Files\Foo\Bar` is considered a valid absolute path on Windows? The advantage I see of using `/` for both Windows and Linux is that some...
This was able to work for you in the containerd main project as well? I'll have to test this one out since it is a common issue I have.