secrets-provider-for-k8s icon indicating copy to clipboard operation
secrets-provider-for-k8s copied to clipboard

Improve Dockerfile

Open abrahamko opened this issue 4 years ago • 0 comments

Currently the main Dockerfile suffers from the following problems:

  • [ ] No .dockerignore - Meaning ALL files and folders are part of the Dockerfile context (It can't be overestimated, this is a big disadvantage)
  • [ ] Container base image may be scratch instead of alpine - needs investigation
  • [ ] Tools from busybox should not be present in production - clear unnecessary tools and remove them after use
  • [ ] Change secrets-provider to secrets-provider-for-k8s throughout the file
  • [ ] Consider Srdjan comment 1, Srdjan comment 2

abrahamko avatar Jul 13 '20 05:07 abrahamko