We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a141002 commit bda21c6Copy full SHA for bda21c6
1 file changed
Makefile
@@ -272,6 +272,9 @@ integration: init-block
272
mkdir -p $(APP_ROOT) ; \
273
find "$(APP_ROOT)" -mindepth 1 -maxdepth 1 ! -name kernels -exec rm -rf {} + ; \
274
fi
275
+ @echo Pre-pulling images for integration tests..
276
+ @bin/container image pull ghcr.io/linuxcontainers/alpine:3.20
277
+ @bin/container builder start && bin/container builder stop
278
@echo Running the integration tests...
279
@bin/container --debug system start --timeout 60 --enable-kernel-install $(SYSTEM_START_OPTS) && \
280
echo "Starting CLI integration tests" && \
0 commit comments