{"id":15575045,"url":"https://github.com/hatamiarash7/docker-downloader","last_synced_at":"2025-04-24T02:10:52.777Z","repository":{"id":73239689,"uuid":"246109313","full_name":"hatamiarash7/Docker-downloader","owner":"hatamiarash7","description":"Download Docker images manually","archived":false,"fork":false,"pushed_at":"2023-12-15T17:57:43.000Z","size":29,"stargazers_count":25,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T09:34:34.496Z","etag":null,"topics":["docker","docker-image","docker-images"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hatamiarash7.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}},"created_at":"2020-03-09T18:14:57.000Z","updated_at":"2025-03-02T00:50:24.000Z","dependencies_parsed_at":"2023-12-15T18:52:19.596Z","dependency_job_id":"d3a612c4-6646-483a-8eac-bd50f26c1b19","html_url":"https://github.com/hatamiarash7/Docker-downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FDocker-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FDocker-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FDocker-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2FDocker-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatamiarash7","download_url":"https://codeload.github.com/hatamiarash7/Docker-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546086,"owners_count":21448260,"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":["docker","docker-image","docker-images"],"created_at":"2024-10-02T18:21:54.425Z","updated_at":"2025-04-24T02:10:52.758Z","avatar_url":"https://github.com/hatamiarash7.png","language":"Shell","funding_links":["https://ko-fi.com/D1D1WGU9"],"categories":[],"sub_categories":[],"readme":"# Docker image downloader\n\nThere is 2 scripts for interacting with Docker Hub without needing the Docker client itself.\n\nIt interacts with the Docker registry [HTTPS API v2](https://docs.docker.com/registry/spec/api/).\n\n---\n\n## Python version\n\nExamples :\n\n```bash\npython pull.py \u003cimage-name\u003e:\u003ctag\u003e\n\n\npython pull.py hello-world\npython pull.py prom/prometheus:v2.19.2\npython pull.py mcr.microsoft.com/mssql-tools\n```\n\n### Limitations\n\n- Only support v2 manifests. Some registries ( like [quay.io](https://quay.io) ) which only uses v1 manifests, may not work.\n- Some big images may fail to unzip during the extract process\n\n---\n\n## Bash version\n\nThis script has not above limits. But you **can't** run this on windows\n\n```bash\n./pull.sh \u003cdirectory_name\u003e \u003cimage-name\u003e:\u003ctag\u003e\n\n\n./pull.sh prometheus prom/prometheus:v2.19.2\n./pull.sh mysql-5.7 mysql:5.7\n```\n\n---\n\n## Load image\n\nYou can load images using `docker load` like this :\n\n```bash\ndocker load -i \u003cfile-name\u003e.tar\n```\n---\n\n## Support\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D1WGU9)\n\n\u003cdiv\u003e\u003ca href=\"https://payping.ir/@hatamiarash7\"\u003e\u003cimg src=\"https://cdn.payping.ir/statics/Payping-logo/Trust/blue.svg\" height=\"128\" width=\"128\"\u003e\u003c/a\u003e\u003c/div\u003e\n\n## Contributing\n\n1. Fork it !\n2. Create your feature branch : `git checkout -b my-new-feature`\n3. Commit your changes : `git commit -am 'Add some feature'`\n4. Push to the branch : `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Issues\n\nEach project may have many problems. Contributing to the better development of this project by reporting them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fdocker-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatamiarash7%2Fdocker-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fdocker-downloader/lists"}