Skip to content

Conversation

andrewhowdencom
Copy link
Contributor

The README indicates that the ghe-* files should be excluded from git via the .gitignore file. However, from CI, it is less likely that users will create a new patch back to their version control with the results of their build, but it is more likely that they'll pack it into a container.

This commit clarifies that the container is an equal (or larger) risk and should be excluded. This also works (for example) with Podman.

See:

  1. https://docs.docker.com/engine/reference/builder/

The README indicates that the ghe-* files should be
excluded from git via the .gitignore file. However, from CI, it 
is less likely that users will create a new patch back to their version control with the results of their build, but it is more likely that they'll pack it into a container.

This commit clarifies that the container is an equal (or
larger) risk and should be excluded. This also works (for example) with Podman.

See:
1. https://docs.docker.com/engine/reference/builder/


 

Signed-off-by: Andrew Howden <hello@andrewhowden.com>
@andrewhowdencom andrewhowdencom requested a review from a team as a code owner January 4, 2024 16:01
Signed-off-by: Seth Vargo <seth@sethvargo.com>
@sethvargo sethvargo enabled auto-merge (squash) January 4, 2024 16:11
@sethvargo sethvargo disabled auto-merge January 4, 2024 17:16
sethvargo added a commit that referenced this pull request Jan 4, 2024
Closes #375

(Opening as me to trigger CI)

---------

Signed-off-by: Andrew Howden <hello@andrewhowden.com>
Signed-off-by: Seth Vargo <seth@sethvargo.com>
Co-authored-by: Andrew Howden <hello@andrewhowden.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants