I wasn't really on the up-and-up for what was available for docker and images. We've been using the regular circleci node image, but that's a full image (which we most likely don't need). We could instead use the alpine image (much smaller). It might not make a ton of difference in circle builds, but it would help improve our hokusai build times (for the case of not having caching due to the docker in docker thing).
I wasn't really on the up-and-up for what was available for docker and images. We've been using the regular circleci node image, but that's a full image (which we most likely don't need). We could instead use the alpine image (much smaller). It might not make a ton of difference in circle builds, but it would help improve our hokusai build times (for the case of not having caching due to the docker in docker thing).