has anyone created an ECS service that uses a dock...
# general
b
has anyone created an ECS service that uses a docker image from a private registry before? I’m struggling to find where/how to define the
repositoryCredentials
property mentioned in the AWS docs (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/private-auth.html). I’m currently using the
FargateService
resource from AWS Crosswalk, but can’t find any reference to the
repositoryCredentials
property in the Pulumi docs for Crosswalk, nor in the source code.
Just closing the loop on this one, if anyone is interested. I created an issue for this on github (https://github.com/pulumi/pulumi-awsx/issues/443) and after a little bit of confusion, it was discovered this actually got fixed 8 days ago with v0.18.14 of AWSX and it now has support for
repositoryCredentials
(plus some other stuff). 👍
👍 4