https://pulumi.com logo
h

hundreds-musician-51496

10/25/2018, 4:13 PM
Do I need to tag with a build number?
w

white-balloon-205

10/25/2018, 4:14 PM
Are you doing this manually? Or using
docker.Image
or
docker.buildAndPushAsync
?
h

hundreds-musician-51496

10/25/2018, 4:15 PM
DOing it manually but I haven't heard of
docker.Image
.
Sounds like something I should chekc out?
w

white-balloon-205

10/25/2018, 4:15 PM
h

hundreds-musician-51496

10/25/2018, 4:16 PM
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

white-balloon-205

10/25/2018, 4:20 PM
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

hundreds-musician-51496

10/25/2018, 4:28 PM
Pretty sure it was a Docker client bug. The option was there but didnt work on the command line either.