I was looking into adding support for<https://docs...
# development
n
I was looking into adding support for Docker caching, as requested here and here. I think there are two parts: 1. Ability to provide
--cache-to
and
--cache-from
Docker CLI args (I think this should be as simple as mapping it to
docker_image
target options) 2. Some sort of global default cache option, to avoid repetition at the target level (working in a similar way to Docker registry global options). I'd prefer to implement part 1. first, as I think that adds a lot of value in any case - and then perhaps visit part 2 later as an improvement. Any thoughts on this? @broad-processor-92400 @curved-television-6568
👍 2
c
Yea that sounds sensible to me.