{"id":19635887,"url":"https://github.com/tozd/docker-dinit","last_synced_at":"2026-05-16T05:32:20.382Z","repository":{"id":179968664,"uuid":"664333956","full_name":"tozd/docker-dinit","owner":"tozd","description":"Base Docker image with dinit, a specialized init for Docker containers. Read-only mirror of https://gitlab.com/tozd/docker/dinit","archived":false,"fork":false,"pushed_at":"2025-09-16T11:40:26.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-16T13:39:48.678Z","etag":null,"topics":["dinit","docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tozd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["plast8","mitar"]}},"created_at":"2023-07-09T16:49:47.000Z","updated_at":"2025-09-16T11:40:30.000Z","dependencies_parsed_at":"2025-09-16T13:21:46.743Z","dependency_job_id":"d2dbcaaf-a8a8-4301-b042-ce72f5b29ead","html_url":"https://github.com/tozd/docker-dinit","commit_stats":null,"previous_names":["tozd/docker-dinit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tozd/docker-dinit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-dinit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-dinit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-dinit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-dinit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tozd","download_url":"https://codeload.github.com/tozd/docker-dinit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tozd%2Fdocker-dinit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285560043,"owners_count":27192467,"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","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dinit","docker","docker-image"],"created_at":"2024-11-11T12:27:24.559Z","updated_at":"2026-05-16T05:32:20.356Z","avatar_url":"https://github.com/tozd.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/plast8","https://github.com/sponsors/mitar"],"categories":[],"sub_categories":[],"readme":"# tozd/dinit\n\n\u003chttps://gitlab.com/tozd/docker/dinit\u003e\n\nAvailable as:\n\n- [`tozd/dinit`](https://hub.docker.com/r/tozd/dinit)\n- [`registry.gitlab.com/tozd/docker/dinit`](https://gitlab.com/tozd/docker/dinit/container_registry)\n\n## Image inheritance\n\n[`tozd/base`](https://gitlab.com/tozd/docker/base) ← `tozd/dinit`\n\n## Tags\n\n- `ubuntu-trusty`: dinit 0.4.0\n- `ubuntu-xenial`: dinit 0.4.0\n- `ubuntu-bionic`: dinit 0.4.0\n- `ubuntu-focal`: dinit 0.4.0\n- `ubuntu-jammy`: dinit 0.4.0\n- `ubuntu-noble`: dinit 0.4.0\n- `ubuntu-resolute`: dinit 0.4.0\n- `alpine-38`: dinit 0.4.0\n- `alpine-310`: dinit 0.4.0\n- `alpine-312`: dinit 0.4.0\n- `alpine-314`: dinit 0.4.0\n- `alpine-316`: dinit 0.4.0\n- `alpine-318`: dinit 0.4.0\n- `alpine-320`: dinit 0.4.0\n- `alpine-322`: dinit 0.4.0\n\n## Architectures\n\n- `amd64`\n- `arm64`\n\n## Description\n\nAn image using [dinit](https://gitlab.com/tozd/dinit) for service supervision.\n\nIt includes also [regex2json](https://gitlab.com/tozd/regex2json) binary to make it\neasier to transform non-JSON output to JSON. It has also [runit](http://smarden.org/runit/)\nbinaries installed (e.g., you can use `svlogd` to store service's stdout into a log file\nand rotate it).\n\nIt can serve as a good base image for other Docker images.\n\nIt sets Docker image entrypoint so dinit is run automatically.\n\nBy default dinit expects that all programs/services it manages output to their stdout\nlogging in JSON while stderr can be unstructured. dinit then multiplexes output from\nall programs/services to container's stdout and stderr. dinit outputs own\nerrors to container's stderr, too. In Docker, by default, container's stdout and\nstderr are retrievable using `docker logs`.\n\nIn short, to create a service create `/etc/service/\u003cname\u003e/run` script which at the end\n`exec`s into the service executable you want to run (and supervise to keep running).\n\n## GitHub mirror\n\nThere is also a [read-only GitHub mirror available](https://github.com/tozd/docker-dinit),\nif you need to fork the project there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftozd%2Fdocker-dinit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftozd%2Fdocker-dinit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftozd%2Fdocker-dinit/lists"}