Andrew Poydence

Results 19 issues of Andrew Poydence

PersistentPreRun and PersistentPostRun are chained together so that each child PersistentPreRun is ran, and the PersistentPostRun are ran in reverse order. For example: Commands: root -> subcommand-a -> subcommand-b root...

### Describe the bug When using the `--header_file` flag the resulting generated file has the following go generate line: ```go //go:generate wire ``` This implies when someone later runs `go...

## Affected builder image (e.g., `gcr.io/cloud-builders-community/helm`) windows-builder ## Expected Behavior go-windows is a reasonable size. ## Actual Behavior go-windows is over 5GB. ## Steps to Reproduce the Problem 1. 2....

The default package name is `mock_`. This is fine if the destination is outside the current directory, however it is invalid if you place it in the same directory as...

type: feature request

There are a few features that would be best if they were opt in, whether this be for backwards compatibility or simply preference. An established pattern for configuring something beyond...

type: feature request
status: v2

[mattmoor/kontext](https://github.com/mattmoor/kontext) is a useful way to package a local directory up and store it in a container registry. This is useful for when a user would like to upload a...

kind/feature
lifecycle/frozen

When using buildpacks in Cloud Foundry, I have the option to "pick" a buildpack (and therefore skip the detect step). This doesn't appear to be possible in the buildpack build-template.

I notice that this repo does not have any tags/versions. I also noticed that https://github.com/knative/build-templates/commit/0091c3bdd5d7d4adc9aba5005cf8922ce584e730 was a breaking change. Are there any plans for versions and when can we count...

It would be great if the README listed the supported languages for buildpacks.