docker build . (add flag --platform linux/amd64 if you're building on an Apple Silicon chip)docker images to find the newly build image (or take the id from docker build output)docker tag <IMAGE_ID> sellpy/circle-ci-base:node<NODE_VERSION> like ":node10.16"docker push sellpy/circle-ci-base:node<NODE_VERSION>
Content type
Image
Digest
sha256:69c3eac32…
Size
400.6 MB
Last updated
4 months ago
docker pull sellpy/circle-ci-base