You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
frontend-customauth | 2 years ago | |
screenshots | 2 years ago | |
supervisor | 2 years ago | |
test | 1 week ago | |
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
CHANGELOG.md | 1 week ago | |
CloudronManifest.json | 1 week ago | |
DESCRIPTION.md | 1 year ago | |
Dockerfile | 1 week ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
config-example.yml | 2 years ago | |
logo.png | 2 years ago | |
nginx.conf.template | 6 months ago | |
registry-ui.sh | 1 week ago | |
start.sh | 1 week ago |
README.md
Docker Registry Cloudron App
This repository contains the Cloudron app package source for Docker Registry
Installation
or using the Cloudron command line tooling
cloudron install --appstore-id com.docker.registry
Building
The app package can be built using the Cloudron command line tooling.
cd docker-registry-app
cloudron build
cloudron install
Testing
The e2e tests are located in the test/
folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the repos are still ok. The tests expect port 29418 to be available.
cd docker-registry-app/test
npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js