You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
The container-gcp-* templates expects to run with a pre-configured docker daemon that knows how to auth with google's container registry (see https://github.com/pulumi/templates/blob/master/container-gcp-python/__main__.py#L55). I was able to run it as a deployment by creating an appropriate service account and passing its key to the Image resource.
The AWS container-aws-* template seems to have a ECR Image resource that looks like it's doing some extra work around dealing with credentials.
Affected area/feature
The text was updated successfully, but these errors were encountered:
usrbinkat
changed the title
container-gcp-* template does not work as a deployment out of the box
[livestream] container-gcp-* template does not work as a deployment out of the box
Apr 10, 2024
Hello!
Issue details
The container-gcp-* templates expects to run with a pre-configured docker daemon that knows how to auth with google's container registry (see https://github.com/pulumi/templates/blob/master/container-gcp-python/__main__.py#L55). I was able to run it as a deployment by creating an appropriate service account and passing its key to the Image resource.
The AWS container-aws-* template seems to have a ECR Image resource that looks like it's doing some extra work around dealing with credentials.
Affected area/feature
The text was updated successfully, but these errors were encountered: