Christopher Chong Tau Teng
12/07/2021, 9:56 AM500 Server Error for <http+docker://localhost/v1.41/images/create?tag=v3&fromImage=gcr.io%2Fchristopherchong-mysdev00-id%2Fprefect-flows>: Internal Server Error ("unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: <https://cloud.google.com/container-registry/docs/advanced-authentication>")
Is there any way we can pass docker credentials to Docker Agent or Docker Run? Or is there some other way I can authenticate this Docker Agent inside a container to pull image from GCR?Anna Geller
docker login -u user -p password
Christopher Chong Tau Teng
12/07/2021, 10:07 AMAnna Geller
Christopher Chong Tau Teng
12/08/2021, 4:33 AMKevin Kho
dockerpy
under the hood which is just the same if you do docker run
or docker pull
so if these use root, then it would use root