chrisjsewell / aiida-docker-compose

Docker service infrastructure for running AiiDA
MIT License
0 stars 0 forks source link

Using BuildKit #2

Open chrisjsewell opened 4 years ago

chrisjsewell commented 4 years ago

Potentially useful for multi-stage builds. When I simply added DOCKER_BUILDKIT: 1 to builds, but it didn't seem to properly use the cached images: https://github.com/chrisjsewell/aiida-docker-compose/runs/741356901?check_suite_focus=true.

doesn't look like you can use this in docker hub automated builds yet https://github.com/docker/hub-feedback/issues/1918

chrisjsewell commented 4 years ago

there's also this action: https://github.com/whoan/docker-build-with-cache-action, but it doesn't support buildkit

chrisjsewell commented 4 years ago

related issues: