{"id":19932426,"url":"https://github.com/apchavan/go-search-docker-hub-image","last_synced_at":"2026-04-29T19:07:18.113Z","repository":{"id":173965276,"uuid":"651573870","full_name":"apchavan/go-search-docker-hub-image","owner":"apchavan","description":"Interactive terminal tool to Search Docker Hub Images (written in Go)!","archived":false,"fork":false,"pushed_at":"2023-07-04T15:16:59.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T17:51:49.042Z","etag":null,"topics":["docker","docker-engine-api","docker-hub","docker-images","docker-search","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/apchavan.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}},"created_at":"2023-06-09T14:41:04.000Z","updated_at":"2024-09-26T05:41:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d57d0d73-d84d-4d57-a420-95246c043498","html_url":"https://github.com/apchavan/go-search-docker-hub-image","commit_stats":null,"previous_names":["apchavan/go-search-docker-hub-image"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apchavan/go-search-docker-hub-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-search-docker-hub-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-search-docker-hub-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-search-docker-hub-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-search-docker-hub-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apchavan","download_url":"https://codeload.github.com/apchavan/go-search-docker-hub-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apchavan%2Fgo-search-docker-hub-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"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","docker-engine-api","docker-hub","docker-images","docker-search","go","golang"],"created_at":"2024-11-12T23:10:07.307Z","updated_at":"2026-04-29T19:07:18.100Z","avatar_url":"https://github.com/apchavan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/gomods/athens.svg)](https://github.com/gomods/athens) [![GoReportCard](https://goreportcard.com/badge/github.com/apchavan/go-search-docker-hub-image)](https://goreportcard.com/report/github.com/apchavan/go-search-docker-hub-image) ![](https://img.shields.io/badge/OS-Linux-orange) ![](https://img.shields.io/badge/OS-macOS-black) ![](https://img.shields.io/badge/OS-Windows-blue) [![Go Reference](https://pkg.go.dev/badge/github.com/apchavan/go-search-docker-hub-image.svg)](https://pkg.go.dev/github.com/apchavan/go-search-docker-hub-image)\n\n# Search for Docker Hub Images\n\nIt's a helper mini-tool that can be used to search images available on [Docker Hub](https://hub.docker.com/) within terminal. It works the same way as [`docker search`](https://docs.docker.com/engine/reference/commandline/search/) command but adds some interactive controls while searching.\n\n**Note**:\n\n- [Docker](https://www.docker.com/) must be installed \u0026 running to use this application, because it uses [official Docker Engine's Go SDK](https://docs.docker.com/engine/api/sdk/) to communicate with the Docker Daemon/Engine.\n\n## Main Features\n\n- Interactive terminal UI to search for any Docker Hub images.\n\n- Easily set filters or limits for the search.\n\n- Automatically result sorting based on highest to lowest stars count.\n\n- At present, no credentials/sign-in is required! Just run Docker Daemon/Engine \u0026 have internet connection...\n\n- Fully open source under MIT license!\n\n## Working Demo\n\nhttps://github.com/apchavan/go-search-docker-hub-image/assets/49102443/41d2d881-2c74-418b-924d-4b6df61b72e2\n\n## Dependencies\n\nCurrently the project depends on:\n\n1. [docker](https://docs.docker.com/engine/api/sdk/) - Docker provided API for interacting with the Docker daemon (called the Docker Engine API).\n\n2. [tview](https://github.com/rivo/tview) - Terminal UI library with rich, interactive widgets — written in Golang.\n\n3. [go-pretty](https://github.com/jedib0t/go-pretty) - Table-writer and more in golang!\n\n## Build Binary\n\nAfter installing [Go](https://go.dev), enter below command from project's root,\n\n- On Linux/UNIX,\n\n    `go build -o search_docker_hub_image ./cmd/search_docker_hub_image.go`\n\n- On Windows,\n\n    `go build -o search_docker_hub_image.exe ./cmd/search_docker_hub_image.go`\n\n## Run Directly with Source Code\n\nAfter installing [Go](https://go.dev), clone/download this project \u0026 enter below command from project's root,\n\n`go run ./cmd/search_docker_hub_image.go`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapchavan%2Fgo-search-docker-hub-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapchavan%2Fgo-search-docker-hub-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapchavan%2Fgo-search-docker-hub-image/lists"}