I am using Docker for Mac with Kubernetes support and I\'m struggling to create a Kubernetes Deployment that references a locally built image.
Output of docker
Use tagged version of image rather than latest because If you are shipping Docker images to a production environment, you should just ignore the latest tag. Don’t use it. Don’t be tempted by it. It’s easy to look at it and think that your deployment script should just pull “latest” and your build process will ensure that’s valid.