Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support service bindings in build stages #2177

Open
braunsonm opened this issue Feb 22, 2024 · 0 comments
Open

Support service bindings in build stages #2177

braunsonm opened this issue Feb 22, 2024 · 0 comments
Labels
kind/feature-request kind/good-first-issue Denotes an issue ready for a new contributor.

Comments

@braunsonm
Copy link

It has become the standard to use service bindings in order to configure buildpacks with custom configuration. For instance, Paketo describes binding configuration in detail here: https://paketo.io/docs/howto/configuration/#bindings

In order to support things like 1) private maven repositories, 2) custom CAs, etc service bindings are required. The pack CLI supports this through --volumes flag allowing of passing through volumes to the build context.

I propose func build support the same thing with a --volumes maven/:/platform/bindings/maven which would allow custom maven settings.xml to be provided for private registry username and passwords in a secure manor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature-request kind/good-first-issue Denotes an issue ready for a new contributor.
Projects
Status: No status
Development

No branches or pull requests

2 participants