Closed knopki closed 3 years ago
Use official CircleCI image as base for our CircleCI docker executor image. The Dockerfile just got much simpler and the base image is always in CircleCI cache. Also, circleci user used instead of root. So, cache reset is required.
Dockerfile
circleci
root
Base images for reference: https://github.com/CircleCI-Public/cimg-base/blob/04b92395b0d7adf8ac30aa7c7c53f737294025dd/18.04/Dockerfile https://github.com/CircleCI-Public/cimg-node/blob/308ce216a1d6f6979e4eb426b7dccb80fd023001/12.16/Dockerfile
Use official CircleCI image as base for our CircleCI docker executor image. The
Dockerfile
just got much simpler and the base image is always in CircleCI cache. Also,circleci
user used instead ofroot
. So, cache reset is required.Base images for reference: https://github.com/CircleCI-Public/cimg-base/blob/04b92395b0d7adf8ac30aa7c7c53f737294025dd/18.04/Dockerfile https://github.com/CircleCI-Public/cimg-node/blob/308ce216a1d6f6979e4eb426b7dccb80fd023001/12.16/Dockerfile