Trim kic base image #6152
Labels
co/docker-driver
Issues related to kubernetes in container
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
as seen in this PR #6151
Currently KIC base image is based on kindest/node:v1.16.2
The following has to be done :
I tried to do
in Dockerfile but however for that containerd needs to be up and running which during docker build image it is not !
so I need help with that.
The text was updated successfully, but these errors were encountered: