Derek McGowan

Results 98 issues of Derek McGowan

Define repository namespace query parameter for proxying. Closes #12 Giving time for registry operators to weigh in Maintainer approval - [x] @dmcgowan - [ ] @jdolitsky - [x] @jzelinskie -...

Add the content type header to blob upload endpoints with language about what the value should be. In the case of blobs, the content type should be ignored and this...

There is an assumption to today that a server implementation of the distribution specification will either not care about the name used by the client or that all requests will...

Adds transfer service and associated streaming service ## Note to reviewers Please review API and interfaces first, some implementations and integration with ctr are still a work in progress. Diagrams...

Currently all filtered lookups in containerd involve scanning all entries and filtering the output. This makes list inefficient and not usable for use cases which involve looking up by non-IDs...

kind/feature

First commit copies the resolver code from buildkit with fix for insecure registries and could be backported. Second commit cleans up the resolve logic using containerd's host config.

area/distribution
status/2-code-review
kind/feature
area/daemon
kind/bugfix
kind/refactor

A flaky test was observed in containerd in the 1.1 branch after updating to 1.1.1 ``` === Failed === FAIL: . TestClientTTRPC_Close (0.00s) client_ttrpc_test.go:85: assertion failed: context canceled (err *errors.errorString)...

This is testing against beta, opening now to see if there are any glaring issues we should consider before 2.0 final. We plan on stabilizing the Go interface in 2.0...

Tracking https://github.com/containerd/containerd/milestone/35

size/S

Add credential manager plugin to be used by the transfer service. Expected abilities: - No unencrypted secrets in containerd or host configuration files - Configurable globally or per host in...

kind/feature