.containterignore #1734
Labels
area/cli
bugs related to kaniko CLI
area/filesystems
For all bugs related to kaniko container filesystems (mounting issues etc)
area/usability
For all bugs related to how people use kaniko, option and feature flags, etc
good first issue
Good for newcomers
help wanted
Looking for a volunteer!
kind/feature-request
priority/p2
High impact feature/bug. Will get a lot of users happy
Actual behavior
Kaniko currently expects
.dockerignore
file for excluding files/folders from image builds.Expected behavior
As the industry is moving away from Docker, it would be nice to support
.containerignore
as an alternate filename.Additional Information
Would you accept a PR that moves the currently hard coded .dockerignore value to a command line argument?
--cache
flagThe text was updated successfully, but these errors were encountered: