{"id":28109054,"url":"https://github.com/dominiquefuchs/did","last_synced_at":"2026-01-24T21:18:09.603Z","repository":{"id":292815482,"uuid":"982005266","full_name":"DominiqueFuchs/DiD","owner":"DominiqueFuchs","description":"Docker-in-Docker container images","archived":false,"fork":false,"pushed_at":"2025-12-01T08:39:02.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-03T19:55:25.817Z","etag":null,"topics":["containerization","docker","docker-images","dockerfile"],"latest_commit_sha":null,"homepage":"","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/DominiqueFuchs.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-12T08:30:07.000Z","updated_at":"2025-12-01T08:38:40.000Z","dependencies_parsed_at":"2025-05-12T10:25:50.078Z","dependency_job_id":"47b88bbe-d6f1-4c66-8540-48fc469522a8","html_url":"https://github.com/DominiqueFuchs/DiD","commit_stats":null,"previous_names":["dominiquefuchs/did"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DominiqueFuchs/DiD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominiqueFuchs%2FDiD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominiqueFuchs%2FDiD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominiqueFuchs%2FDiD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominiqueFuchs%2FDiD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DominiqueFuchs","download_url":"https://codeload.github.com/DominiqueFuchs/DiD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DominiqueFuchs%2FDiD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T19:23:36.361Z","status":"ssl_error","status_checked_at":"2026-01-24T19:23:28.966Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["containerization","docker","docker-images","dockerfile"],"created_at":"2025-05-14T02:16:31.598Z","updated_at":"2026-01-24T21:18:09.594Z","avatar_url":"https://github.com/DominiqueFuchs.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI Builds](https://github.com/DominiqueFuchs/DiD/actions/workflows/build.yaml/badge.svg)](https://github.com/DominiqueFuchs/DiD/actions/workflows/build.yaml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/DominiqueFuchs/DiD/main.svg)](https://results.pre-commit.ci/latest/github/DominiqueFuchs/DiD/main)\n\n# DiD - Docker in Docker Containers\n\nThis repository provides Docker images with Docker CE pre-installed and configured for various Linux distributions that can be used to test docker target systems in CI scenarios.\n\n## Notes\n\n- These containers require `--privileged` mode to run Docker inside Docker properly.\n- All images contain systemd as the configured init system\n- Published platform builds include *linux/amd64* and *linux/arm64*\n- The *latest* and *latest-extra* tags on Docker Hub will always point to the latest version of that distro within the corresponding repository.\n\n## Available Images\n\n- **[dfuchs/did-alma](https://hub.docker.com/r/dfuchs/did-alma)**:\n  - AlmaLinux 8\n  - AlmaLinux 9\n  - AlmaLinux 10\n\n- **[dfuchs/did-debian](https://hub.docker.com/r/dfuchs/did-debian)**:\n  - Debian 11 (Bullseye)\n  - Debian 12 (Bookworm)\n  - Debian 13 (Trixie)\n\n- **[dfuchs/did-ubuntu](https://hub.docker.com/r/dfuchs/did-ubuntu)**:\n  - Ubuntu 22.04 LTS (Jammy Jellyfish)\n  - Ubuntu 24.04 LTS (Noble Numbat)\n\n## Variants\n\nAll images have a *base* and an *extra* variant.\n\n**Base** variants only add the Docker CE packages and service to the base layer and are published without any special specifiers, e.g. *did-\\\u003cdistro\\\u003e:\\\u003cversion\\\u003e*, *did-\\\u003cdistro\\\u003e:\\\u003ccodename\\\u003e* and *did-\\\u003cdistro\\\u003e:latest* will point to the corresponding base images.\n\n**Extra** variants include additional packages on top of the Docker CE package layer and are published with an *extra-* prefix in the version tags, e.g. *did-\\\u003cdistro\\\u003e:\\\u003cversion\\\u003e-extra*, *did-\\\u003cdistro\\\u003e:\\\u003ccodename\\\u003e-extra* and *did-\\\u003cdistro\\\u003e:latest-extra* will point to the corresponding base images. All extra packages are installed through distribution package management and sources, thus with the latest available version for that specific distribution version:\n\n- acl, g++, gcc, git, gpg, make\n- Python3 including pip, setuptools, wheel\n\n## Usage\n\nIn most cases, they'd be used in existing pipelines or tooling as a base image (e.g. for Ansible or as a remote development target)\n\nTo manually run a container:\n\n```bash\ndocker pull dfuchs/did-ubuntu:24.04\ndocker run -d --privileged --name my-did-container dfuchs/did-ubuntu:24.04\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominiquefuchs%2Fdid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdominiquefuchs%2Fdid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominiquefuchs%2Fdid/lists"}