Our docker-in-docker image with Python.
10K+
Our docker-in-docker image with Python.
We use this image in our GitLab-based builds. Like:
It really helps us to speed up the build and fix possible errors in one place.
Example usage:
build:
image: wemakeservices/wemake-dind:latest
interruptible: true
services:
- docker:dind
variables:
DOCKER_DRIVER: overlay2
before_script:
- echo 'Done!'
We use tags, however in this particular case we enforce using :latest.
It should always just work.
Our tag policy is:
docker version tag, so FROM docker:20.10 will always produce wemake-dind:20.10.xdocker tags at allContent type
Image
Digest
sha256:c47cbe0bb…
Size
456.4 MB
Last updated
11 days ago
docker pull wemakeservices/wemake-dind