Merge pull request #19516 from tophj-ibm/update-registry-on-dockerfile-ppc64le

Update registry version in Dockerfile.ppc64le
This commit is contained in:
David Calavera 2016-01-29 11:53:42 -08:00
commit d38cee5e0d
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ RUN git clone https://github.com/golang/lint.git /go/src/github.com/golang/lint
# both. This allows integration-cli tests to cover push/pull with both schema1
# and schema2 manifests.
ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd
ENV REGISTRY_COMMIT a7ae88da459b98b481a245e5b1750134724ac67d
ENV REGISTRY_COMMIT cb08de17d74bef86ce6c5abe8b240e282f5750be
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
&& git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" \