https://github.com/owncloud-ops/registry
Custom container image for the Container Registry
https://github.com/owncloud-ops/registry
container oci registry
Last synced: 4 months ago
JSON representation
Custom container image for the Container Registry
- Host: GitHub
- URL: https://github.com/owncloud-ops/registry
- Owner: owncloud-ops
- License: apache-2.0
- Created: 2021-04-01T13:57:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T05:58:02.000Z (6 months ago)
- Last Synced: 2026-01-28T21:36:34.308Z (6 months ago)
- Topics: container, oci, registry
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/owncloudops/registry
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# registry
[](https://drone.owncloud.com/owncloud-ops/registry/)
[](https://hub.docker.com/r/owncloudops/registry)
[](https://quay.io/repository/owncloudops/registry)
Custom container image for the [Container Registry](https://github.com/distribution/distribution).
## Ports
- 5000
## Volumes
- /var/lib/registry
## Environment Variables
See [registry/configuration](https://docs.docker.com/registry/configuration/#override-specific-configuration-options) for configuration options.
## Build
```Shell
docker build -f Dockerfile -t registry:latest .
```
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/registry/blob/main/LICENSE) file for details.