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

Target envvars #1078

Merged
merged 4 commits into from
May 11, 2023
Merged

Conversation

joe-kimmel-vmw
Copy link
Contributor

No description provided.

generator_test.go Outdated Show resolved Hide resolved
- allowed to be passed through in the env vars allow-list
- threaded through builder
- threaded through detector
- threaded through generator

Signed-off-by: Joe Kimmel <jkimmel@vmware.com>
@joe-kimmel-vmw joe-kimmel-vmw marked this pull request as ready for review May 10, 2023 21:58
@joe-kimmel-vmw joe-kimmel-vmw requested a review from a team as a code owner May 10, 2023 21:58
Copy link
Member

@natalieparellano natalieparellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! A couple nits about outdated comments

buildpack/generate.go Outdated Show resolved Hide resolved
buildpack/generate.go Outdated Show resolved Hide resolved
@@ -22,14 +22,12 @@ type buildCmd struct {
// DefineFlags defines the flags that are considered valid and reads their values (if provided).
func (b *buildCmd) DefineFlags() {
switch {
case b.PlatformAPI.AtLeast("0.12"):
cli.FlagAnalyzedPath(&b.AnalyzedPath)
fallthrough
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement, thanks :)

cmd/lifecycle/builder.go Outdated Show resolved Hide resolved
joe-kimmel-vmw and others added 3 commits May 11, 2023 11:12
Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com>
Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com>
Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Joe Kimmel <86852107+joe-kimmel-vmw@users.noreply.github.com>
@joe-kimmel-vmw
Copy link
Contributor Author

Thanks @natalieparellano - but also, gross - my apologies for missing all those commented lines.

Copy link
Member

@natalieparellano natalieparellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me :)

@natalieparellano natalieparellano merged commit 1057837 into buildpacks:main May 11, 2023
@natalieparellano natalieparellano deleted the target_envvars branch May 11, 2023 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants