Missing dockerhub stable tags

Problem description

Stardog's dockerhub's repository does not provide stable tags.

Using a dangling reference like latest is not acceptable, since build reproducibility and specific version compatibility are a must.

Proposed solution

  • Keep latest to the latest available version
  • Add fixed tags for all release versions (as of now, just 7.0.0)

We only post the latest version of Stardog to DockerHub for users to test with. It's not intended for production use and maintaining version compatibility.

Prior versions of Stardog Docker images are hosted in Artifactory, tagged by version, and available to enterprise support customers:

Alright, thanks for the quick response! :slight_smile: