[Bug] Missing docker image latest tag in ECR #315
Labels
bug
Something isn't working
infrastructure
reliability
Issues relating to improvements in reliability
Milestone
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 renamedlatest-SNAPSHOT
.Expected behavior
There should be a
latest
tag in ECR. Thelatest
tag should always point to the latest stable release.As of right now, that release is v1.6.0.
Tasks
latest
tag pointed at the most recent stable release #333latest
tag when creating a Graph Explorer releaseThe text was updated successfully, but these errors were encountered: