Skip to content

Commit

Permalink
Merge pull request #19555 from hypriot/update-registry-on-dockerfile-…
Browse files Browse the repository at this point in the history
…armhf

Update registry version in Dockerfile.armhf
  • Loading branch information
thaJeztah committed Jan 25, 2016
2 parents 268a20a + 11a5164 commit 156e2f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RUN set -x \
# 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" \
Expand Down
1 change: 0 additions & 1 deletion integration-cli/docker_cli_push_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func (s *DockerSchema1RegistrySuite) TestPushEmptyLayer(c *check.C) {
}

func (s *DockerRegistrySuite) TestCrossRepositoryLayerPush(c *check.C) {
testRequires(c, NotArm)
sourceRepoName := fmt.Sprintf("%v/dockercli/busybox", privateRegistryURL)
// tag the image to upload it to the private registry
dockerCmd(c, "tag", "busybox", sourceRepoName)
Expand Down

0 comments on commit 156e2f0

Please sign in to comment.