We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e38d60 + 64d735d commit 2d02918Copy full SHA for 2d02918
1 file changed
registry/build.sh
@@ -28,7 +28,7 @@ useradd -s /bin/bash registry
28
# add the docker registry source from github
29
git clone https://github.com/deis/docker-registry /docker-registry && \
30
cd /docker-registry && \
31
- git checkout 54fa9a1 && \
+ git checkout eb62607 && \
32
chown -R registry:registry /docker-registry
33
34
# install boto configuration
0 commit comments