minikube requires docker upgrade to v19.03+ to address issues with chown on COPY #5913
Labels
co/runtime/docker
Issues specific to a docker runtime
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
The exact command to reproduce the issue:
Have a docker file with
COPY --chown=${USER}:${GROUP} FILENAME .
docker build fails within minikube context.
The full output of the command that failed:
unable to convert uid/gid chown string to host mapping: can't find uid for user ${USER}: no such user: ${USER}
The output of the
minikube logs
command:docker info | grep "Server Version"
Server Version: 18.09.9
which does not have the docker fix
The operating system version: macOS 10.14.6
Relates moby/moby#35018
The text was updated successfully, but these errors were encountered: