Skip to content

Commit

Permalink
change a new nydus image for ci test
Browse files Browse the repository at this point in the history
The network is not stable when pulling the old image, which may result in
ci test failure, so use the new image instead.

Signed-off-by: Yiqun Leng <[email protected]>
  • Loading branch information
yqleng1987 committed Jul 12, 2023
1 parent c8a39c8 commit 01e82e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bats/run_container_with_rafs_and_compile_linux.bats
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load "${BATS_TEST_DIRNAME}/common_tests.sh"

setup() {
nydus_rafs_image="nydus-anolis-registry.cn-hangzhou.cr.aliyuncs.com/nydus_test/bldlinux:v0.1-rafs-v6-lz4"
nydus_rafs_image="ghcr.io/dragonflyoss/image-service/bldlinux:v0.1-rafs-v6-lz4"
run_nydus_snapshotter
config_containerd_for_nydus
ctr images ls | grep -q "${nydus_rafs_image}" && ctr images rm $nydus_rafs_image
Expand Down

0 comments on commit 01e82e8

Please sign in to comment.