Tim Hockin

Results 467 comments of Tim Hockin

I don't object in theory. There isn't a good mechanism to do it, short of writing our own daily things that loops over every staging repo and nukes old images.

Define canary? If you need them long-term, why not promote them? On Wed, Aug 5, 2020 at 2:10 PM Michelle Au wrote: > Is there a recommended way to do...

Yeah, you would not want to promote those, and tags are not mutable in prod anyway. So the goal is to keep the last N builds (N may be 1),...

Why do you want to test against head as opposed to the latest release? Even if that release is explicitly a "daily snapshot" or something? I guess I don't fully...

Most don't seem to be doing much, yet, or they are releasing all components together. On Thu, Aug 6, 2020 at 9:53 AM Michelle Au wrote: > I think a...

So there are several options here, and I can't know which makes the most sense for your goals on this. IF we NEED to, we could maybe add one label...

This finally forced me to disassemble the registry protocol a bit. Interesting. I picked a simple image I know: ``` $ curl -i https://k8s.gcr.io/v2/git-sync/git-sync/manifests/v3.2.2 HTTP/2 200 docker-distribution-api-version: registry/2.0 content-type: application/vnd.docker.distribution.manifest.list.v2+json...

>> I spent a bit of time trying to coax the Google cloud LB to distinguish /v2//manifests/ from /v2//blobs/ so the 1st part could simply be a cloud LB rule....

> Would you say that a small webserver to do 302 redirects may be easier or more maintainable than split-horizon? Yes. My thinking is mostly around TLS - if we...

I have not been able to make a lot of time for this, but I have a bit now. > do we have to run it? I don't think I...