Jason Hall

Results 417 comments of Jason Hall

No this is currently a limitation of that builder image. It shouldn't be hard to build a matrix of versions if you need that, and I would gladly accept a...

cc @adrcunha as resident bash expert and original TODO author

To clarify, this is _not_ about re-requesting the build to start again after it exceeds its timeout. It's about enqueueing a work item to check for timeout, at the build's...

> Deleting the build will make the resource completely ghosted right? How will the user check for build status later? We shouldn't delete the Build itself, but maybe we can...

@shashwathi I was looking for exactly that line, thanks for finding it. I think if it's not too ugly in the code, we should try to `Forget()` the work item...

If a node had previously attached a PD for another pod which has since finished, is the PD still attached to the node for a future pod? Will k8s schedule...

From my understanding of the eventing API model, it seems like we could start by adding a [`TemplateInstantiationSpec`](https://github.com/elafros/build/blob/8fbf994e0055a31aeaa71b512fefadb7c7432b56/pkg/apis/build/v1alpha1/build_types.go#L53) field to [`BindAction`](https://github.com/elafros/eventing/blob/58174ee129205d2aec3f62b98fc7cf5694535855/pkg/apis/bind/v1alpha1/bind_types.go#L38), which would instantiate the specified `BuildTemplate` with provided arguments...

That might be possible, but I'm worried that ties Build CRD too closely with Elafros itself. In the long-term, I'd love for it to be possible to install the Build...

> Have you considered creating an [Octant plugin](https://octant.dev)? We recently created a [plugin for Knative](https://github.com/vmware-tanzu/octant-plugin-for-knative). +1, I actually drafted this comment when I saw this! Octant plugins are pretty easy...

The image manifests describe the same content (the images are functionally equivalent), but `:latest` is pretty-printed, and `:0.26.0` isn't. ``` $ crane manifest buildpacksio/pack:latest { "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "config":...