{"id":27946996,"url":"https://github.com/tgotwig/dev-images","last_synced_at":"2026-01-24T21:08:54.807Z","repository":{"id":277497269,"uuid":"932607968","full_name":"tgotwig/dev-images","owner":"tgotwig","description":"💿 alpine, node, ubuntu","archived":false,"fork":false,"pushed_at":"2025-04-24T17:53:14.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T13:58:54.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"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/tgotwig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-02-14T07:35:17.000Z","updated_at":"2025-04-24T17:53:18.000Z","dependencies_parsed_at":"2025-04-19T14:28:16.124Z","dependency_job_id":"02fd32ce-be69-4892-ba9f-0c9ee01b6dad","html_url":"https://github.com/tgotwig/dev-images","commit_stats":null,"previous_names":["tgotwig/base-images","tgotwig/dev-images"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgotwig%2Fdev-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgotwig%2Fdev-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgotwig%2Fdev-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgotwig%2Fdev-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgotwig","download_url":"https://codeload.github.com/tgotwig/dev-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892500,"owners_count":21820647,"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":[],"created_at":"2025-05-07T13:58:56.687Z","updated_at":"2026-01-24T21:08:54.768Z","avatar_url":"https://github.com/tgotwig.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# dev-images\n\nA collection of minimal, ready-to-use Docker images with essential CLI tools for developers (amd64 and arm64).\n\n\u003cimg src=\"https://github.com/user-attachments/assets/16c25a38-4b6f-47ac-8fc5-5faa28ce573e\" width=\"300\"\u003e\n\n| Image                                               | OS  | CMD |\n| :--                                                 | :-- | --- |\n| [alpine](https://github.com/tgotwig/alpine)         | alpine 3.21 | docker run -it --rm tgotwig/alpine |\n| [node](https://github.com/tgotwig/node) 23.5.0      | alpine 3.21 | docker run -it --rm tgotwig/node fish |\n| [ubuntu](https://github.com/tgotwig/ubuntu)         | ubuntu 24.04 | docker run -it --rm tgotwig/ubuntu |\n\n\u003cdetails\u003e\n  \u003csummary\u003e📃 List of commands which should be everywhere (click me)\u003c/summary\u003e\n\n  | Command | Note | Sample |\n  | :-- | :-- | :-- |\n  | asdf | For installing programming languages. |  |\n  | cc | For compiling C code. |  |\n  | curl |  |  |\n  | fish | Bash replacement with lots of auto-completions.  |  |\n  | git |  |  |\n  | ip | For getting host IPs. | `ip a` |\n  | jq |  |  |\n  | less |  |  |\n  | mediainfo |  |  |\n  | micro |  |  |\n  | nc | For chatting or to check if port is open. | `nc -zv \u003chost\u003e \u003cport\u003e` |\n  | nmap |  |  |\n  | nslookup | For getting IPs from dns name. | `nslookup github.com \u003calt-dns-server\u003e` |\n  | ping |  |  |\n  | starship |  For making the terminal prompt pretty 😊 |  |\n  | task | For having a task runner. |  |\n  | tree |  | `tree \u003cfolder\u003e` |\n  | wget | For downloading files. | `wget \u003curl\u003e` |\n  | z | For jumping into previously visited folders. | `z \u003cpart-of-folders-path\u003e` |\n\u003c/details\u003e\n\n## Implementation status\n\n| Command | Alpine | Node | Ubuntu |\n| :-- | :--: | :--: | :--: |\n| asdf | ❌ | ❌ | ✅ |\n| cc | ❌ | ❌ | ❌ |\n| curl | ✅ | ✅ | ✅ |\n| fish | ✅ | ✅ | ✅ |\n| git | ❌ | ❌ | ✅ |\n| ip | ✅ | ✅ | ✅ |\n| jq | ❌ | ❌ | ❌ |\n| less | ❌ | ❌ | ❌ |\n| mediainfo | ❌ | ❌ | ❌ |\n| micro | ❌ | ❌ | ❌ |\n| nc | ✅ | ✅ | ✅ |\n| nmap | ❌ | ❌ | ✅ |\n| nslookup | ✅ | ✅ | ✅ |\n| ping | ✅ | ✅ | ✅ |\n| starship | ✅ | ✅ | ✅ |\n| task | ❌ | ❌ | ✅ |\n| tree | ❌ | ❌ | ❌ |\n| wget | ✅ | ✅ | ✅ |\n| z | ✅ | ✅ | ✅ |\n\nCommands which look different:\n\n- nc\n- nslookup\n- ping\n- wget\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgotwig%2Fdev-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgotwig%2Fdev-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgotwig%2Fdev-images/lists"}