{"id":24570838,"url":"https://github.com/kawana77b/docker-tags-zig","last_synced_at":"2026-04-16T17:38:49.283Z","repository":{"id":273744097,"uuid":"919714611","full_name":"kawana77b/docker-tags-zig","owner":"kawana77b","description":"CLI tool to search Docker Hub image tags by zig","archived":false,"fork":false,"pushed_at":"2025-02-08T18:44:25.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T17:29:08.517Z","etag":null,"topics":["docker","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/kawana77b.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-01-20T21:48:42.000Z","updated_at":"2025-02-08T18:44:28.000Z","dependencies_parsed_at":"2025-10-05T00:56:51.012Z","dependency_job_id":"665de69e-5b00-4a6e-ad38-5f8846a0323e","html_url":"https://github.com/kawana77b/docker-tags-zig","commit_stats":null,"previous_names":["kawana77b/docker-tags-zig"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kawana77b/docker-tags-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawana77b%2Fdocker-tags-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawana77b%2Fdocker-tags-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawana77b%2Fdocker-tags-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawana77b%2Fdocker-tags-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kawana77b","download_url":"https://codeload.github.com/kawana77b/docker-tags-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawana77b%2Fdocker-tags-zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31897860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T17:33:00.867Z","status":"ssl_error","status_checked_at":"2026-04-16T17:32:57.401Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","zig"],"created_at":"2025-01-23T17:33:00.976Z","updated_at":"2026-04-16T17:38:49.256Z","avatar_url":"https://github.com/kawana77b.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-tags-zig\n\n![](docs/images/screen.png)\n\nSearch [dockerhub](https://hub.docker.com/) tags. I made it using Zig.\n\n```\n Usage: docker-tags [options] \u003cIMAGE\u003e...\n\n Description: Search for image tags from DockerHub\n\n    -h, --help\n            Display this help and exit.\n\n    -v, --version\n            Output version information and exit.\n\n    -i, --with-image\n            Connect and display image names and tags.\n\n    -b, --browse\n            Open the URL in the browser.\n\n    -l, --limit \u003ccount\u003e\n            Limit the number of tags to display. (default: 30)\n\n    -d, --detail\n            Displays detailed information in table.\n\n    \u003cIMAGE\u003e...\n```\n\n## usage\n\n```bash\ndocker-tags node\ndocker-tags tensorflow/tensorflow -i # Image name and tag in combination, such as python:latest\ndocker-tags python -l 100 # Set the number of searches. default 30.\ndocker-tags python -b # Display the DockerHub page in your browser (Linux must be able to use xdg-open)\n```\n\nBasically, it appears as follows:\n\n```\n$ docker-tags node\nlts-jod\nlts-bullseye\nlts-bookworm\nlts\nlatest\n...\n```\n\n### detail view\n\nUse the `-d` option to display the table and see more detailed information.\n\n```\n$ docker-tags node -d\nimage  tag                architectures                          full_size  last_pushed          image_tag\nnode   lts-jod            amd64 / arm / arm64 / ppc64le / s390x  386.46 MB  2025-01-14 16:39:46  node:lts-jod\nnode   lts-bullseye       amd64 / arm / arm64                    360.58 MB  2025-01-15 01:40:30  node:lts-bullseye\nnode   lts-bookworm       amd64 / arm / arm64 / ppc64le / s390x  386.46 MB  2025-01-14 16:39:46  node:lts-bookworm\nnode   lts                amd64 / arm / arm64 / ppc64le / s390x  386.46 MB  2025-01-15 01:40:16  node:lts\nnode   latest             amd64 / arm / arm64 / ppc64le / s390x  387.87 MB  2025-01-14 16:40:32  node:latest\nnode   jod-bullseye       amd64 / arm / arm64                    360.58 MB  2025-01-15 01:40:30  node:jod-bullseye\nnode   jod-bookworm       amd64 / arm / arm64 / ppc64le / s390x  386.46 MB  2025-01-14 19:40:16  node:jod-bookworm\nnode   jod                amd64 / arm / arm64 / ppc64le / s390x  386.46 MB  2025-01-14 16:39:46  node:jod\nnode   iron-bullseye      amd64 / arm / arm64                    353.44 MB  2025-01-15 01:39:41  node:iron-bullseye\nnode   iron-bookworm      amd64 / arm / arm64 / ppc64le / s390x  379.32 MB  2025-01-14 19:39:22  node:iron-bookworm\nnode   iron               amd64 / arm / arm64 / ppc64le / s390x  379.32 MB  2025-01-14 19:39:22  node:iron\nnode   hydrogen-bullseye  amd64 / arm / arm64                    351.03 MB  2025-01-15 01:38:49  node:hydrogen-bullseye\n...\n```\n\n## with Docker CLI\n\nIt can be used as a docker cli plugin (v0.1.2~). That is, this tool can also be used as a subcommand of `docker`.\n\nFor example:\n\n```bash\ndocker tags ubuntu -d\n```\n\nTo use it as a plugin, place the `docker-tags` binary in the following location:\n\n- `~/.docker/cli-plugins`\n\n## env\n\n- It is built for Windows, Linux x86_64, and MacOS aarch64.\n- The author has only tested Windows and Linux builds.\n- I have not done any code signing or anything else to the tool. Note that files in the release may be detected by virus scanning. I assume no liability whatsoever for the release files.\n- Only publicly API accessible images are supported\n- API endpoints use v2\n- zig 0.13.0\n\n## why did you create this?\n\nWith Zig, this is due to the motivation to make it cross-platform and small binary.\nI created it by hand and am satisfied with its size of approximately 1000 KB, which is much smaller for my personal tool.\nThere are [several better similar tools](https://github.com/goodwithtech/dockertags).\n\n## credits\n\nThe following third-party libraries are used:\n\n- [zig-clap](https://github.com/Hejsil/zig-clap) by Hejsil (MIT)\n- [zul](https://github.com/karlseguin/zul) by karlseguin (MIT)\n- [chroma-zig](https://github.com/adia-dev/chroma-zig/) by adia-dev (MIT)\n- [prettytable-zig](https://github.com/dying-will-bullet/prettytable-zig) by dying-will-bullet (MIT)\n\n## NOTE\nI hope that by making it open source, it will be useful to someone for something!\n\nZig is difficult for me as a beginner, but fun! 👍\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawana77b%2Fdocker-tags-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkawana77b%2Fdocker-tags-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawana77b%2Fdocker-tags-zig/lists"}