Overture Tiles ECR Repository
Is your feature request related to a problem? Please describe
The Overture Tiles image is currently hosted in the Protomaps ECR repository: protomaps/overture-tiles. Overture should likely manage the repository and process for publishing new versions of the overture tiles image.
Describe the solution you'd like
- Addition to Overture Tiles CDK which creates an ECR image repository owned by Overture.
- Documentation for the process for publishing new versions of the overture tiles image.
I imagine it would be like:
- provision an ECR repository using CDK, pointing at the image name
overture-tiles/latest - use the AWS web console to authenticate your Docker client with the ECR repository
- Most code changes can happen with
docker push ...
Is there any higher-level automation possible with CDK around this workflow?
Those are the steps I had in mind as well.
Higher level automation is possible, but not via an officially supported construct - https://github.com/aws/aws-cdk/issues/12597. I think manually publishing the image for now is best, especially while we solidify the release process, versioning, etc..
Marking this as complete.