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.
 
 
 
 
 
Go to file
Johannes Zellner e190ad7037 Bump version 1 week ago
frontend-customauth make no sso case work 2 years ago
screenshots Version 0.3.0 2 years ago
supervisor make no sso case work 2 years ago
test Version 1.8.0 1 week ago
.dockerignore add ignore files 2 years ago
.gitignore add ignore files 2 years ago
CHANGELOG.md Bump version 1 week ago
CloudronManifest.json Bump version 1 week ago
DESCRIPTION.md Version 1.4.0 1 year ago
Dockerfile Bump version 1 week ago
LICENSE Update license 2 years ago
README.md Move readme to docs page and put in README template 2 years ago
config-example.yml Fix delete config 2 years ago
logo.png add logo, description and various manifest fields 2 years ago
nginx.conf.template Fixup nginx logging 6 months ago
registry-ui.sh make theme customizable 1 week ago
start.sh Version 1.8.0 1 week ago

README.md

Docker Registry Cloudron App

This repository contains the Cloudron app package source for Docker Registry

Installation

Install

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