{"id":20518626,"url":"https://github.com/ramizpolic/concourse-dind","last_synced_at":"2026-03-08T18:31:30.449Z","repository":{"id":155106365,"uuid":"632532190","full_name":"ramizpolic/concourse-dind","owner":"ramizpolic","description":"Docker in Docker Ubuntu container for Concourse CI","archived":false,"fork":false,"pushed_at":"2024-07-18T12:33:10.000Z","size":26,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T01:14:23.860Z","etag":null,"topics":["concourse","dind"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramizpolic.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}},"created_at":"2023-04-25T15:47:36.000Z","updated_at":"2024-08-14T02:33:26.000Z","dependencies_parsed_at":"2024-02-14T11:45:07.838Z","dependency_job_id":null,"html_url":"https://github.com/ramizpolic/concourse-dind","commit_stats":null,"previous_names":["ramizpolic/concourse-dind"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramizpolic%2Fconcourse-dind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramizpolic%2Fconcourse-dind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramizpolic%2Fconcourse-dind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramizpolic%2Fconcourse-dind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramizpolic","download_url":"https://codeload.github.com/ramizpolic/concourse-dind/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804825,"owners_count":21164135,"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":["concourse","dind"],"created_at":"2024-11-15T21:45:28.701Z","updated_at":"2026-03-08T18:31:30.422Z","avatar_url":"https://github.com/ramizpolic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concourse Docker-in-Docker\n\nDocker in Docker Ubuntu container for Concourse CI. Optimized for use with [Concourse CI](http://concourse.ci/). \nImages are published under `ghcr.io/ramizpolic/concourse-dind` which includes Docker, Docker Compose, and Docker Squash.\n\n## Features\n\n- Automatically starts docker.\n- Uses **errexit**, **pipefail**, and **nounset**.\n- Configures timeout (`DOCKERD_TIMEOUT`) on dockerd start to account for misconfiguration (docker log will be output).\n- Accepts arbitrary dockerd arguments via optional `DOCKER_OPTS` environment variable.\n- Passes through `--garden-mtu` from the parent Gardian container if `--mtu` is not specified in `DOCKER_OPTS`.\n- Sets `--data-root /scratch/docker` to bypass the graph filesystem if `--data-root` is not specified in `DOCKER_OPTS`.\n\n## Run \u0026 Build\nThe image is available on DockerHub, but if you would like to build locally, clone and run\n\n```bash\ndocker run ghcr.io/ramizpolic/concourse-dind\n```\n\n## Example\nHere is an example of a Concourse [job](http://concourse.ci/concepts.html) to run a several containers in a task, and then runs the integration test suite.\n\n```yaml\njobs:\n- name: integration\n  plan:\n  - get: code\n    params:\n      depth: 1\n    passed:\n    - unit-tests\n    trigger: true\n  - task: integration-tests\n    privileged: true\n    config:\n      platform: linux\n      image_resource:\n        type: docker-image\n        source:\n          repository: ghcr.io/ramizpolic/concourse-dind\n      inputs:\n      - name: code\n      run:\n        args:\n        - bash\n        - -ceux\n        - |\n          docker-compose -f code/example/integration.yml run tests\n          docker-compose -f code/example/integration.yml down\n          docker volume rm $(docker volume ls -q)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framizpolic%2Fconcourse-dind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framizpolic%2Fconcourse-dind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framizpolic%2Fconcourse-dind/lists"}