From 049ffcff710497de9df7a513304da923c4444dc0 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sun, 18 Feb 2024 12:28:48 -0700 Subject: [PATCH] Fix test failure --- tests/container-registry/run-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/container-registry/run-test.sh b/tests/container-registry/run-test.sh index 423b90e1..704c5c87 100755 --- a/tests/container-registry/run-test.sh +++ b/tests/container-registry/run-test.sh @@ -106,6 +106,10 @@ if [ ! -d "$test_deployment_dir" ]; then fi echo "deploy create test: passed" +# Note: this isn't strictly necessary, except we end up trying to push the image into +# the kind cluster then fails because it can't be found locally +docker pull registry:2.8 + # Try to start the deployment $TEST_TARGET_SO deployment --dir $test_deployment_dir start wait_for_pods_started