Update registry version in Dockerfile.armhf

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Upstream-commit: 11a51649cf1fe677fd54e277c2530020fcfbe84b
Component: engine
This commit is contained in:
Stefan Scherer
2016-01-23 18:46:46 +01:00
parent 71f0714dde
commit eb437391da
2 changed files with 1 additions and 2 deletions
@@ -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)