Skip to content

Commit b02d089

Browse files
committed
Merge pull request #3942 from mboersma/update-reg-v1-fork
chore(registry): use updated registry V1 fork
2 parents 247276e + d4d3198 commit b02d089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

registry/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pip install --disable-pip-version-check --no-cache-dir pyopenssl ndg-httpsclient
3131
adduser -D -s /bin/bash registry
3232

3333
# 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 && \
34+
git clone -b new-repository-import-master --single-branch https://github.com/deis/docker-registry /docker-registry && \
3535
chown -R registry:registry /docker-registry
3636

3737
# install boto configuration

0 commit comments

Comments
 (0)