GoogleContainerTools / GoogleContainerTools/skaffold
skaffold should offer a `clean`
Open
area/cleanup
kind/feature-request
priority/p3
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Certain builders create files in the local workspace. The `jib` builder, for example, invokes Maven or Gradle which create files in a `target` or `build` directory (respectively). The `bazel` builder creates special symlinks in the root of the workspace, and it's possible that `custom` builders might also create files or directories.
It should be possible to run `skaffold clean` to ensure the entire workspace is clean. We could also include a `prune` option to remove cached or built images too.
Contributor guide
Assessment
This issue has not been assessed yet.