It's time add brand new 5 year old docker technology to `new_just`, buildkit. - [x] Replace `docker-compose build` with `docker buildx bake` - [x] Add default CI script (for gitlab) - [x] Build in dind (just do this by default. If someone doesn't want to use dind, they can just remove the dind service) - [x] Add support for custom CA certs for container registry - [x] Add support for cache-to and cache-from - [x] Add multistage caching support - [x] Make sure ci builds docker image and runs in it with at least one mock test - [x] Update dockerfile to new `# syntax` - [ ] Move `/venv/cache` to a local linked dir to speed up sync time for devs - [ ] Update version requirements documentation for docker daemon - [ ] #437 - [ ] #407
It's time add brand new 5 year old docker technology to
new_just, buildkit.docker-compose buildwithdocker buildx bake# syntax/venv/cacheto a local linked dir to speed up sync time for devspiptoolsas an alternative topipenv#437