aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
319 stars 47 forks source link

[Bug] Missing docker image latest tag in ECR #315

Closed kmcginnes closed 5 months ago

kmcginnes commented 5 months ago

Community Note

Describe the bug The instructions for how to run Graph Explorer on Fargate utilize a docker image with the latest tag.

Recently, it was discovered that the tag was incorrectly pointing to the unreleased version of Graph Explorer, rather than the latest stable release. So the latest tag was renamed latest-SNAPSHOT.

Expected behavior There should be a latest tag in ECR. The latest tag should always point to the latest stable release.

As of right now, that release is v1.6.0.

Tasks