Shoubhik Bose

Results 109 comments of Shoubhik Bose

Thank you very much for weighing in! 1. If the build strategy author wishes to specify a _push_ step : we will support it. 2. If the build strategy author...

We could figure out how a user could 'decorate' the push/export step if present so that the build controller could be make aware of it In short, the success of...

@blairdrummond I like the idea. This does touch upon the discussion on introducing a Kubernetes abstraction/representation of an image!

Missed URL https://github.com/shipwright-io/community/issues/8

related code in build v1 https://github.com/openshift/openshift-controller-manager/blob/071b34b64ea82e87014bccb2ed14f6c2cf4ac9fe/pkg/build/controller/common/util.go#L40

Grooming: Marking as a bug till we get to the details.

> NB: I didn't find a way to convey the argument, so to workaround the problem I cloned the build-strategy, named it source-to-image-jboss, added the --assemble-user jboss argument, applied the...

I was exploring the possibility of creating the following resources when the user expresses the intent to use webhooks with GitHub(for example): * `TriggerBinding` * `TriggerTemplate` ( to create a...

Correct, needs changes to the build strategy to write that out to a result. Got it working locally 🕹️

> Today openshift build v1 API allows for injection of config map content under the source tree Could you help me with a scenario, please?