orange-microphone-43589
03/18/2021, 11:52 AMconst xyz = new docker.RemoteImage("xyz", {
name: '<http://1234567899.dkr.ecr.us-east-1.amazonaws.com/myimage|1234567899.dkr.ecr.us-east-1.amazonaws.com/myimage>'
})
but it failed with Unable to read Docker image into resource: Unable to pull image...no basic auth credentials
(i have AWS keys set in my shell)
How do i configure the auth, (i couldn't find any options to configure it in the remoteImage doc)worried-knife-31967
03/18/2021, 12:56 PMorange-microphone-43589
03/18/2021, 1:06 PMaws ecr get-login-password --region us-east-2
and I'm able to pull the same image with docker pull
worried-knife-31967
03/18/2021, 4:37 PM