Skip to content

Commit 1d34d8c

Browse files
Add note about no latest tag being available on GHCR (#4798)
* Add note about no latest tag being available on GHCR * Add listing of continers * Update README.md Co-authored-by: John Simons <[email protected]> * Update README.md Co-authored-by: John Simons <[email protected]> --------- Co-authored-by: John Simons <[email protected]>
1 parent 55cbe22 commit 1d34d8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ A video demo showing how to set it up is available on the Particular YouTube cha
2222

2323
All containers are [created on each build and pushed](.github/workflows/push-container-images.yml) to the [GitHub container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) where the various instance type can be [accessed by their names](/.github/workflows/push-container-images.yml#L33) and run locally.
2424

25+
> [!NOTE]
26+
> ghcr images are only tagged with the exact version, e.g. `docker pull ghcr.io/particular/servicecontrol:6.3.1`.
27+
> If you are unsure what tags are available in ghcr, go to https://github.com/Particular/ServiceControl/pkgs/container/{name}, e.g. https://github.com/Particular/ServiceControl/pkgs/container/servicecontrol to view available tags.
28+
2529
It's also possible to [locally test containers built from PRs in GitHub Container Registry](/docs/testing.md#container-tests)
2630

2731
### Infrastructure setup

0 commit comments

Comments
 (0)