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

Add Buildpack environment related content #754

Closed
wants to merge 14 commits into from

Conversation

hyounes4560
Copy link
Contributor

@hyounes4560 hyounes4560 commented Jul 19, 2024

Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
@hyounes4560 hyounes4560 requested a review from a team as a code owner July 19, 2024 23:58
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
Copy link
Member

@AidanDelaney AidanDelaney left a comment

Choose a reason for hiding this comment

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

This looks really good. Just one comment.

hyounes4560 and others added 3 commits August 6, 2024 22:49
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
* `User-defined` variables are then applied; meaning it's possible to override `buildpack-defined` variables.
* Finally, `platform-defined` variables are applied, which eventually override any previous values.

### Preparing the environment at runtime
Copy link
Member

Choose a reason for hiding this comment

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

I think we can flesh out this section a little more

Copy link
Contributor Author

Choose a reason for hiding this comment

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

could you elaborate on this? thanks

Copy link
Member

Choose a reason for hiding this comment

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

I'm happy to land this change now, and flesh out this discussion in subsequent changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @AidanDelaney

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@natalieparellano still waiting for you

Copy link
Member

@AidanDelaney AidanDelaney left a comment

Choose a reason for hiding this comment

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

I'm happy with this and @natalieparellano's suggested changes.

natalieparellano and others added 2 commits August 21, 2024 10:05
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
Copy link
Member

@AidanDelaney AidanDelaney left a comment

Choose a reason for hiding this comment

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

LGTM :)

Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
Signed-off-by: Hanan Younes <hanan.algazaley@gmail.com>
@AidanDelaney
Copy link
Member

In order to fix the DCO check I created #764, so I'll close this PR in favour of that one.

Normally I'd git rebase -i --signoff original-branch-point-sha, which ensures that all commits are signed off. In this case there are multiple merges of main onto this branch, so I instead squashed a bunch of commits into a single commit, with signoff.

If we land #764, then we can close this PR too :)

@AidanDelaney
Copy link
Member

Now merged as #764

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.

Expand the 2 env variable related pages
3 participants