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

Note .dockerignore in the exclusion for credentials #375

Closed
wants to merge 2 commits into from
Closed

Note .dockerignore in the exclusion for credentials #375

wants to merge 2 commits into from

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>
Signed-off-by: Seth Vargo <seth@sethvargo.com>
@sethvargo sethvargo enabled auto-merge (squash) January 4, 2024 16:11
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.

None yet

2 participants