reef-technologies / cookiecutter-rt-django

CookieCutter template for Django application projects with docker-compose etc.
BSD 3-Clause "New" or "Revised" License
19 stars 24 forks source link

disable buildkit in non cloud deployment #126

Closed mpnowacki-reef closed 1 year ago

mpnowacki-reef commented 1 year ago

with buildkit on, I was getting an error in stages after docker-compose build, because the image with label builder=true was not saved after docker-compose build. The setup was:

docker -v
Docker version 24.0.5, build ced0996

docker-compose -v
docker-compose version 1.29.2, build unknown

uname -a
Linux vps-30653377 5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
jsuchan-reef commented 1 year ago

same error, this fix works for me.