Skip to content

Commit

Permalink
Update Release.md for ghcr migration
Browse files Browse the repository at this point in the history
Issue: UTAPI-99
  • Loading branch information
francoisferrand committed Apr 18, 2024
1 parent 5faaf49 commit ce89418
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

## Docker Image Generation

Docker images are hosted on [registry.scality.com](registry.scality.com).
Utapi has two namespaces there:
Docker images are hosted on [ghcr.io](https://github.com/orgs/scality/packages).
Utapi has one namespace there:

* Production Namespace: registry.scality.com/utapi
* Dev Namespace: registry.scality.com/utapi-dev
* Namespace: ghcr.io/scality/utapi

With every CI build, the CI will push images, tagging the
content with the developer branch's short SHA-1 commit hash.
Expand All @@ -18,8 +17,8 @@ Tagged versions of utapi will be stored in the production namespace.
## How to Pull Docker Images

```sh
docker pull registry.scality.com/utapi-dev/utapi:<commit hash>
docker pull registry.scality.com/utapi/utapi:<tag>
docker pull ghcr.io/scality/utapi:<commit hash>
docker pull ghcr.io/scality/utapi:<tag>
```

## Release Process
Expand Down

0 comments on commit ce89418

Please sign in to comment.