Skip to content

Clarification regarding upgrading Docker image tags

Warren Gifford requested to merge github/fork/kzap/patch-2 into master

Created by: kzap

The version naming for Sourcegraph is confusing.

  • Branches are 3.0
  • Releases/Tags are v3.0.0
  • Docker Hub tags are 3.0.0

That is 3 different types and when one tries to change the docker tag to something like 3.0 or v3.0.0 it won't work. This clarifies that and adds a link to the Docker Hub page so once can investigate and find the correct Docker image tag they want to use.

Test plan:

Merge request reports

Loading