limited-rainbow-51650
02/10/2020, 1:46 PMdocker-hub-token
and refer to it from my deployment, I get an error:
Failed to pull image "<my private image name here>": illegal base64 data at input byte 8
Am I still missing something?<username>:<personal access token>
. When testing locally with a ~/.docker/config.json
, the error is gone and I can retrieve images on my Mac. The credentials from the keychain are fully disabled.
But I still can’t retrieve the private images on Kubernetes. It still has the base64 error message.
According the Docker docs: personal access tokens can now be used as a substitute for your password in Docker Hub
https://www.docker.com/blog/docker-hub-new-personal-access-tokens/<username>:<personal access token>
, then use that value as the value
in the example above.