Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overture Tiles ECR Repository #19

Closed
charliemcgrady opened this issue Aug 4, 2024 · 3 comments
Closed

Overture Tiles ECR Repository #19

charliemcgrady opened this issue Aug 4, 2024 · 3 comments

Comments

@charliemcgrady
Copy link
Collaborator

charliemcgrady commented Aug 4, 2024

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.
@bdon
Copy link
Contributor

bdon commented Aug 5, 2024

I imagine it would be like:

  1. provision an ECR repository using CDK, pointing at the image name overture-tiles/latest
  2. use the AWS web console to authenticate your Docker client with the ECR repository
  3. Most code changes can happen with docker push ...

Is there any higher-level automation possible with CDK around this workflow?

@charliemcgrady
Copy link
Collaborator Author

charliemcgrady commented Aug 5, 2024

Those are the steps I had in mind as well.

Higher level automation is possible, but not via an officially supported construct - aws/aws-cdk#12597. I think manually publishing the image for now is best, especially while we solidify the release process, versioning, etc..

@bdon
Copy link
Contributor

bdon commented Aug 23, 2024

Marking this as complete.

@bdon bdon closed this as completed Aug 23, 2024
bdon added a commit that referenced this issue Aug 24, 2024
migrate README contents to docs.overturemaps.org [#16,#19]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants