We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 247276e + d4d3198 commit b02d089Copy full SHA for b02d089
1 file changed
registry/build.sh
@@ -31,7 +31,7 @@ pip install --disable-pip-version-check --no-cache-dir pyopenssl ndg-httpsclient
31
adduser -D -s /bin/bash registry
32
33
# add the docker registry source from github
34
-git clone -b new-repository-import-v091 --single-branch https://github.com/deis/docker-registry /docker-registry && \
+git clone -b new-repository-import-master --single-branch https://github.com/deis/docker-registry /docker-registry && \
35
chown -R registry:registry /docker-registry
36
37
# install boto configuration
0 commit comments