{"id":19001100,"url":"https://github.com/wemake-services/wemake-dind","last_synced_at":"2025-04-22T17:06:21.690Z","repository":{"id":43428775,"uuid":"339341090","full_name":"wemake-services/wemake-dind","owner":"wemake-services","description":"Our docker-in-docker image with Python","archived":false,"fork":false,"pushed_at":"2025-03-26T04:32:30.000Z","size":81,"stargazers_count":16,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T10:22:18.759Z","etag":null,"topics":["dind","docker","docker-dind","python","python3","wemake"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/wemakeservices/wemake-dind","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wemake-services.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"wemake-services","custom":"https://boosty.to/sobolevn"}},"created_at":"2021-02-16T09:09:04.000Z","updated_at":"2025-03-26T04:32:27.000Z","dependencies_parsed_at":"2024-04-15T15:35:11.120Z","dependency_job_id":"ebb22af2-481b-40cb-b34c-b2bdcb7fac1f","html_url":"https://github.com/wemake-services/wemake-dind","commit_stats":{"total_commits":44,"total_committers":4,"mean_commits":11.0,"dds":0.4545454545454546,"last_synced_commit":"df15975cc83dba1fa35acfa54e79040a17294661"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-dind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-dind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-dind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wemake-services%2Fwemake-dind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wemake-services","download_url":"https://codeload.github.com/wemake-services/wemake-dind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249268475,"owners_count":21240935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dind","docker","docker-dind","python","python3","wemake"],"created_at":"2024-11-08T18:09:53.668Z","updated_at":"2025-04-16T21:31:55.199Z","avatar_url":"https://github.com/wemake-services.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/wemake-services","https://boosty.to/sobolevn"],"categories":[],"sub_categories":[],"readme":"# wemake-dind\n\n[![wemake.services](https://img.shields.io/badge/%20-wemake.services-green.svg?label=%20\u0026logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D)](https://wemake.services)\n[![test](https://github.com/wemake-services/wemake-dind/workflows/test/badge.svg)](https://github.com/wemake-services/wemake-dind/actions?query=workflow%3Atest)\n[![Dockerhub](https://img.shields.io/docker/pulls/wemakeservices/wemake-dind.svg)](https://hub.docker.com/r/wemakeservices/wemake-dind/) \n[![image size](https://shields.io/docker/image-size/wemakeservices/wemake-dind?sort=date)](https://hub.docker.com/r/wemakeservices/wemake-dind/) \n\nOur docker-in-docker image with Python.\n\n\n## Usage\n\nWe use this image in our GitLab-based builds. Like:\n\n- [`wemake-django-template`](https://github.com/wemake-services/wemake-django-template/blob/master/%7B%7Bcookiecutter.project_name%7D%7D/.gitlab-ci.yml#L14)\n- [`wemake-vue-template`](https://github.com/wemake-services/wemake-vue-template/blob/master/template/.gitlab-ci.yml#L9)\n\nIt really helps us to speed up the build and fix possible errors in one place.\n\nExample usage:\n\n```yaml\nbuild:\n  image: wemakeservices/wemake-dind:latest\n  interruptible: true\n  services:\n    - docker:dind\n  variables:\n    DOCKER_DRIVER: overlay2\n  before_script:\n    - echo 'Done!'\n```\n\n\n## Tags\n\nWe use tags, however in this particular case we enforce using `:latest`.\nIt should always just work.\n\nOur tag policy is:\n- First two version numbers are identical to the `docker` version tag, so `FROM docker:20.10` will always produce `wemake-dind:20.10.x`\n- The last version number is a patch release, it is our custom one and is not related to `docker` tags at all\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwemake-services%2Fwemake-dind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwemake-services%2Fwemake-dind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwemake-services%2Fwemake-dind/lists"}