test/e2e: Use "frozen" tag to reference test images

This makes it possible to update the image loaded for e2e tests without
modifying all tests that use them.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2023-02-23 15:00:59 +01:00
parent 41b6ec07ce
commit ec5504a83f
7 changed files with 12 additions and 12 deletions

View File

@ -3,10 +3,10 @@
set -eu -o pipefail
alpine_src=alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
alpine_dest=registry:5000/alpine:3.6
alpine_dest=registry:5000/alpine:frozen
busybox_src=busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
busybox_dest=registry:5000/busybox:1.27.2
busybox_dest=registry:5000/busybox:frozen
fetch_tag_image() {
docker pull "$1"