DefangLabs / DefangLabs/samples
Add a reasonable default `.dockerignore` file to the samples.
Open
@raphaeltm is already working on this.
Since May 29, 2024.
- Dominant language
- Go
- Stars
- 12
- Forks
- 27
- Avg merge
- 3h 30m
- Merged PRs (30d)
- 36
Description
Right now, many samples does not contain a .dockerignore file, and for some framework/language, a local build could result in locally cached lib or generated files left in the directory, for example, node_modules for nodejs, or the built binary for go projects, these would be included in the local build context which results a deployment failure.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.