Fix e2e test by using a pinned version of alpine

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2017-09-14 11:38:46 -04:00
parent 7b77ab5c60
commit ab2e219116
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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