d8bd0a57b62fa5dbc78c7853b5a583b813f27be0
wiki/info/landscape/docker-registry.md
| ... | ... | @@ -1,8 +1,6 @@ |
| 1 | 1 | # Docker Registry |
| 2 | 2 | |
| 3 | -## `docker.sapsailing.com` |
|
| 4 | - |
|
| 5 | -Our "legacy" self-hosted docker registry is at ``docker.sapsailing.com``. It mainly holds two repositories: |
|
| 3 | +At ``docker.sapsailing.com`` there is a Docker registry running which mainly holds two repositories: |
|
| 6 | 4 | |
| 7 | 5 | - sapsailing |
| 8 | 6 | - sapjvm8 |
| ... | ... | @@ -113,6 +111,3 @@ If you want to delete an entire repository, e.g., because you pushed images unde |
| 113 | 111 | docker exec -it registry-registry-1 rm -rf /var/lib/registry/docker/registry/v2/repositories/{your-repository-name} |
| 114 | 112 | ``` |
| 115 | 113 | |
| 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. |