summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch
Commit message (Collapse)AuthorAgeFilesLines
* docker: remove obsolete docker-registry recipeBruce Ashfield2017-02-271-13/+0
| | | | | | | | | | | | | | | | | | | The docker v1 registry has long been depreciated and moved into the docker distribution library. The registry is run via the docker CLI and not through a standalone server. This change removes the old registry and adds a .service file + package for docker registry in the main docker recipe. Anyone that wants to run a local registry can install the docker-registry package and the service will start. Note: No full config.yml file is provided, since the default are sane. If tweaks are required, we can use ENV vars or consider adding a config overlay. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Package docker-registryAmy Fong2015-03-171-0/+13
Provides repositories of docker images Signed-off-by: Amy Fong <amy.fong@windriver.com>