We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 538e5ef + e1b0c2e commit 0261f04Copy full SHA for 0261f04
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 94e7707 && \
+ git checkout 54fa9a1 && \
32
chown -R registry:registry /docker-registry
33
34
# install boto configuration
0 commit comments