pulumi / get.pulumi.com

The infrastructure behind https://get.pulumi.com.
https://get.pulumi.com
7 stars 7 forks source link

Add `pulumi-provider-build-environment` to list of ECR repos #143

Closed justinvp closed 1 year ago

justinvp commented 1 year ago

We've been publishing the pulumi-provider-build-environment image to https://hub.docker.com/r/pulumi/pulumi-provider-build-environment, but our sync from Docker Hub to ECR has been failing because the pulumi-provider-build-environment repository hasn't existed in ECR.

We've now manually created the pulumi-provider-build-environment repo.

This change includes it in the list so it gets the appropriate policies to allow us to publish to it.

Part of https://github.com/pulumi/pulumi-docker-containers/issues/122