StefanScherer / rebase-docker-image

Rebase a dockerized Windows app to a newer Windows Docker base image.
https://stefanscherer.github.io/poc-build-images-for-1709-without-1709/
MIT License
10 stars 2 forks source link

No Auth Mechanism Defined Error #22

Open jyhee-nh2 opened 1 year ago

jyhee-nh2 commented 1 year ago

I was about the rebase the image but I encounter an issue when the tool try to push the rebased image.

image

Can I know what should I do to get rid of this issue? I am trying push to dockerhub public repo.

Thanks.

StefanScherer commented 11 months ago

You can set user and password with the environment variables DOCKER_USER and DOCKER_PASS. I hope this helps.