5c8b40f3893da227ab6f8b293aaa8472fcdb2e4f
wiki/info/landscape/docker-registry.md
| ... | ... | @@ -1,6 +1,8 @@ |
| 1 | 1 | # Docker Registry |
| 2 | 2 | |
| 3 | -At ``docker.sapsailing.com`` there is a Docker registry running which mainly holds two repositories: |
|
| 3 | +## `docker.sapsailing.com` |
|
| 4 | + |
|
| 5 | +Our "legacy" self-hosted docker registry is at ``docker.sapsailing.com``. It mainly holds two repositories: |
|
| 4 | 6 | |
| 5 | 7 | - sapsailing |
| 6 | 8 | - sapjvm8 |
| ... | ... | @@ -111,3 +113,6 @@ If you want to delete an entire repository, e.g., because you pushed images unde |
| 111 | 113 | docker exec -it registry-registry-1 rm -rf /var/lib/registry/docker/registry/v2/repositories/{your-repository-name} |
| 112 | 114 | ``` |
| 113 | 115 | |
| 116 | +## `ghcr.io` |
|
| 117 | + |
|
| 118 | +Our Github Actions-based builds produce Docker images and upload them to [https://github.com/SAP/sailing-analytics/pkgs/container/sailing-analytics](https://github.com/SAP/sailing-analytics/pkgs/container/sailing-analytics). This is currently still a private registry that may become public once the Github repository for `SAP/sailing-analytics` becomes public. |