Do I need to tag with a build number?
# general
h
Do I need to tag with a build number?
w
Are you doing this manually? Or using
docker.Image
or
docker.buildAndPushAsync
?
h
DOing it manually but I haven't heard of
docker.Image
.
Sounds like something I should chekc out?
w
h
oh fantastic! thanks
BTW on windows I found that the docker client wasn't accepting a password from standard input until I upgraded to the latest beta. 🤷
Manifested as not being able to push to ECR. /sigh, windows.
w
Interesting. There's some logic in that library to decide when to use
--password-stdin
or not based on Docker versions - but perhaps it's not correct on Windows? https://github.com/pulumi/pulumi-docker/blob/master/docker/docker.ts#L419
h
Pretty sure it was a Docker client bug. The option was there but didnt work on the command line either.