Skip to content

Commit bda21c6

Browse files
committed
Pre-pull some images before running integration tests
1 parent a141002 commit bda21c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ integration: init-block
272272
mkdir -p $(APP_ROOT) ; \
273273
find "$(APP_ROOT)" -mindepth 1 -maxdepth 1 ! -name kernels -exec rm -rf {} + ; \
274274
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
275278
@echo Running the integration tests...
276279
@bin/container --debug system start --timeout 60 --enable-kernel-install $(SYSTEM_START_OPTS) && \
277280
echo "Starting CLI integration tests" && \

0 commit comments

Comments
 (0)