1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00

Prefetch build images

This commit is contained in:
kodumbeats 2021-09-15 17:15:37 -04:00
parent ab3a84b326
commit 5a1cb9a7e0

View file

@ -45,6 +45,10 @@ before_install:
install:
- docker-compose pull
# Upstream bug causes buildkit pulls to fail so prefetch base images
# https://github.com/moby/moby/issues/41864
- docker pull composer:2.0
- docker pull php:8.0-cli-alpine
- docker-compose build
- docker-compose up -d
- sleep 10