https://github.com/computestacks/docker-registry-ruby
Rubygem for Docker Registry
https://github.com/computestacks/docker-registry-ruby
Last synced: about 22 hours ago
JSON representation
Rubygem for Docker Registry
- Host: GitHub
- URL: https://github.com/computestacks/docker-registry-ruby
- Owner: ComputeStacks
- License: mit
- Created: 2020-04-14T20:57:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T05:19:01.000Z (over 3 years ago)
- Last Synced: 2025-02-27T22:04:25.273Z (over 1 year ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Docker Container Registry
## Environmental Variables
We use [direnv](https://direnv.net/) to manage our env file, alternatively you can manually export the variables. See `envrc.sample` for details.
Using _direnv_, you can:
* `mv envrc.sample .envrc` and adjust accordingly
* run `direnv allow .`
### Token Auth Tests
Please note that the environmental variables starting with `GL_` should be set to a registry that is using token authentication, such as Gitlab's container registry. The other should be basic auth. Additionally, the `GL_REGISTRY_IMAGE` variable should be the image, with the tag omitted. The test will automatically add the `latest` tag.