Skip to content

Commit

Permalink
fix(e2e): update ZOT image (#1284)
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah authored Mar 12, 2024
1 parent 40dafa8 commit fce5522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ docker run --pull always -dp $ZOT_REGISTRY_PORT:5000 \
--name $ZOT_CTR_NAME \
-u $(id -u $(whoami)) \
--mount type=bind,source="${e2e_root}/testdata/zot/",target=/etc/zot \
--rm ghcr.io/project-zot/zot-linux-amd64:v2.0.0-rc6
--rm ghcr.io/project-zot/zot-linux-amd64:v2.0.1
echo " <<< prepared : zot <<< "

0 comments on commit fce5522

Please sign in to comment.