wemake-services / wemake-dind

Our docker-in-docker image with Python

Home Page:https://hub.docker.com/r/wemakeservices/wemake-dind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wemake-dind

wemake.services test Dockerhub image size

Our docker-in-docker image with Python.

Usage

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!'

Tags

We use tags, however in this particular case we enforce using :latest. It should always just work.

Our tag policy is:

  • First two version numbers are identical to the docker version tag, so FROM docker:20.10 will always produce wemake-dind:20.10.x
  • The last version number is a patch release, it is our custom one and is not related to docker tags at all

About

Our docker-in-docker image with Python

https://hub.docker.com/r/wemakeservices/wemake-dind

License:MIT License


Languages

Language:Dockerfile 85.1%Language:Shell 14.9%