Stephen Day

Results 291 comments of Stephen Day

> Here I fix the stdout and stderr to your proposal, to use logrus for stderr, and go log(Printf and Println) for stdout. This is not really what I said...

I'm still confused about the role of a full blown logger in a CLI tool. Shouldn't we do something more user friendly?

@xiekeyang I don't understand why you need a leveled logger in a command line tool. It makes no sense.

> docker/containerd repo. Don't use this as an example: this is very new code and half of it is a daemon.

Looks like I LGTM'd https://github.com/opencontainers/distribution-spec/blob/main/content-negotiation.md but we might want to make this more "OCI specific". the "manifest.v1" refers to the docker schema1 manifest and that's not entirely clear. How realistic...

What is the purpose of this change? What do you mean by "Optimize Output"?

While quotas make sense, we don't really have quotas in the spec, so it would be weird to add error codes for them. We could open up the error codes...

@runcom Go doesn't have "libraries" - it has packages. ;) Indeed, the goal is to provide rich APIs, but I don't think we are even _close_ to a point where...

I think this is a good approach and the first step in separating registry location from the "authority". The eventual goal should be to encode the authority in the image...

@coolljt0725 UI in #169 needs to be fixed: these images don't have a name, they have a tag. The API should allow for arbitrary label selection. The current situation prevents...