summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-02-27 15:25:39 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-02-27 15:25:39 -0500
commitc5cd21af5f27309c7926b781852e1ef22940a10d (patch)
treeb97f135b0b40d1c9f8bfdfc13b89e1c348d01953 /recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch
parentc85b181e7e907793008f58ca20ae49ec68d2c4b5 (diff)
downloadmeta-virtualization-c5cd21af5f27309c7926b781852e1ef22940a10d.tar.gz
docker: remove obsolete docker-registry recipe
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>
Diffstat (limited to 'recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch')
-rw-r--r--recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch b/recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch
deleted file mode 100644
index 75cbd6df..00000000
--- a/recipes-containers/docker-registry/files/change_sqlalchemy_rqt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1---
2 requirements/main.txt | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5--- a/requirements/main.txt
6+++ b/requirements/main.txt
7@@ -5,5 +5,5 @@
8 PyYAML==3.11
9 requests==2.3.0
10 M2Crypto==0.22.3
11-sqlalchemy==0.9.4
12+sqlalchemy>=0.9.4
13 setuptools==5.8