Jason Hall
Jason Hall
Off the top of my head, the request could be, based on [Shipwright](https://shipwright.io)'s API: ``` source: url: https://github.com/foo/bar strategy: name: buildpacks-v3 async: true ``` - If `async:false`, requests for `build.kontain.me/`...
> Could we rely on HTTP semantics instead, somehow? How do you mean?
This model could also be used to describe packages to include in the image using something like https://nixery.dev/, ```yaml packages: - shell@v1 - git@v2 - htop@v3 ``` ...or to explicitly...
This came up in https://github.com/distroless/static/pull/9 Do we want `apko publish apko.local` to signal a local image? This should be pretty easy after we decide that.
+1 to making these composable. Would `from:` also accept a local file path? My only worry about the word `from` is that it might make folks think it controls the...
Talked about this at office hours today. The feedback seemed largely positive, but since `pack` defaults to writing images to the daemon (where annotations are lost), and having divergent behavior...
Am I reading correctly that there's effectively no way to get `setup-protoc` to install anything after `v3.20.1`, which is the latest default stable release, according to `setup-protoc`'s criteria? I've tried...
cc @jbarrick-mesosphere for his work on the `Pending` TEP
> Should there be some sort of load-shedding? > > Can you queue PipelineRuns for ever? Do they timeout? Excellent question! This seems like another useful configuration for the limiter,...
Yeah those catalog tasks are a great inspiration, and I think the custom task controller would likely do mostly the same thing. The difference in this case is that instead...