Merge pull request #46894 from vvoland/hack-load-specialimages

hack: Load special images on demand
This commit is contained in:
Sebastiaan van Stijn
2023-12-07 11:28:38 +01:00
committed by GitHub
14 changed files with 234 additions and 89 deletions

View File

@@ -165,7 +165,3 @@ while ! ${TEST_CLIENT_BINARY} version &> /dev/null; do
sleep 2
done
printf "\n"
if [ "$(docker version --format '{{ .Server.Os }}')" != 'windows' ]; then
bundle .build-empty-images
fi