Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ A video demo showing how to set it up is available on the Particular YouTube cha

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.

> [!NOTE]
> `latest` is not tagged for the ghcr images so exact versions must always be used, eg: `docker pull ghcr.io/particular/servicecontrol:6.3.1`

Use https://github.com/Particular/ServiceControl/pkgs/container/{name} eg https://github.com/Particular/ServiceControl/pkgs/container/servicecontrol to view available versions.

It's also possible to [locally test containers built from PRs in GitHub Container Registry](/docs/testing.md#container-tests)

### Infrastructure setup
Expand Down