Re: Django's build: Try Earthly?

2021-03-18 Thread Vlad A. Ionescu
er than a complex dockerfile > <https://github.com/django/django-docker-box/blob/main/Dockerfile>. I > really dislike docker-compose for this, but I can't see anything in Earthly > that would help manage or reduce this yaml-spaghetti? > > Tom > > On Wed, Mar 17, 2021

Django's build: Try Earthly?

2021-03-17 Thread Vlad A. Ionescu
Hi Django devs, Nick Pope directed me to this list. Wondering if anyone is interested in trying https://github.com/earthly/earthly for Django's build. Earthly could help with reproducing CI failures locally (via containers), testing against multiple versions of Python in parallel, or for migratin