Skip to content

Commit 03384a7

Browse files
author
Matthew Fisher
committed
chore(registry): bump version to repository-import
The endpoint introduced in this branch is important as it allows registry-to-registry repository transfers. This is required to speed up the `deis build` process and to remove the docker engine from the controller.
1 parent 485fb39 commit 03384a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

registry/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ RUN wget -qO- https://raw.githubusercontent.com/pypa/pip/1.5.5/contrib/get-pip.p
1313
RUN useradd -s /bin/bash registry
1414

1515
# add the docker registry source from github
16-
RUN git clone https://github.com/dotcloud/docker-registry /docker-registry
16+
RUN git clone https://github.com/deis/docker-registry /docker-registry
1717

1818
# lock the registry version to a tag
19-
RUN cd /docker-registry && git checkout 0.6.8
19+
RUN cd /docker-registry && git checkout repository-import
2020

2121
# install boto configuration
2222
RUN cp /docker-registry/config/boto.cfg /etc/boto.cfg

0 commit comments

Comments
 (0)