mirror of https://github.com/docker/cli.git
Fix e2e test by using a pinned version of alpine
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
7b77ab5c60
commit
ab2e219116
|
@ -1,4 +1,4 @@
|
||||||
Unable to find image 'registry:5000/alpine:test-run-pulls' locally
|
Unable to find image 'registry:5000/alpine:test-run-pulls' locally
|
||||||
test-run-pulls: Pulling from alpine
|
test-run-pulls: Pulling from alpine
|
||||||
Digest: sha256:0930dd4cc97ed5771ebe9be9caf3e8dc5341e0b5e32e8fb143394d7dfdfa100e
|
Digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d
|
||||||
Status: Downloaded newer image for registry:5000/alpine:test-run-pulls
|
Status: Downloaded newer image for registry:5000/alpine:test-run-pulls
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
src=alpine:3.6
|
src=alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
|
||||||
dest=registry:5000/alpine:3.6
|
dest=registry:5000/alpine:3.6
|
||||||
docker pull $src
|
docker pull $src
|
||||||
docker tag $src $dest
|
docker tag $src $dest
|
||||||
|
|
Loading…
Reference in New Issue