{"id":22829131,"url":"https://github.com/tuxity/docker-image-puller","last_synced_at":"2025-08-30T07:08:10.510Z","repository":{"id":72039538,"uuid":"67736384","full_name":"tuxity/docker-image-puller","owner":"tuxity","description":"Tiny webserver listening for webhooks to update \u0026 restart your running Docker containers with a specified image","archived":false,"fork":false,"pushed_at":"2022-03-28T12:51:53.000Z","size":50,"stargazers_count":31,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-23T16:24:53.738Z","etag":null,"topics":["docker","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tuxity.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":"2016-09-08T20:05:41.000Z","updated_at":"2024-05-04T22:43:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a8550bf-48a5-4fd7-835c-40d4b6140c19","html_url":"https://github.com/tuxity/docker-image-puller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tuxity/docker-image-puller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxity%2Fdocker-image-puller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxity%2Fdocker-image-puller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxity%2Fdocker-image-puller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxity%2Fdocker-image-puller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuxity","download_url":"https://codeload.github.com/tuxity/docker-image-puller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuxity%2Fdocker-image-puller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272816459,"owners_count":24997783,"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-08-30T02:00:09.474Z","response_time":77,"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":["docker","python"],"created_at":"2024-12-12T19:13:24.616Z","updated_at":"2025-08-30T07:08:10.487Z","avatar_url":"https://github.com/tuxity.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Docker Image Puller\n===================\n\n[![](https://images.microbadger.com/badges/version/tuxity/docker-image-puller.svg)](https://hub.docker.com/r/tuxity/docker-image-puller/)\n![](https://images.microbadger.com/badges/image/tuxity/docker-image-puller.svg)\n\n## Overview\n\nIf you work with docker and continuous integrations tools, you might need to update your images on your servers as soon as your build is finished.\n\nThis tool is a tiny webserver listening for a `POST` and automatically update the specified image using [Docker](https://docs.docker.com/engine/reference/api/docker_remote_api/) API.\n\nYou just have to run the image on your server, and configure your CI tool.\n\nCI tools to make the POST request:\n- [Drone](http://readme.drone.io/plugins/webhook/)\n\n\n## Installation\n\nLaunch the image on your server, where the images you want to update are\n```\ndocker run -d \\\n  --name dip \\\n  --env TOKEN=abcd4242 \\\n  --env REGISTRY_USER=roberto \\\n  --env REGISTRY_PASSWD=robertopwd \\\n  -p 8080:8080 \\\n  -v /var/run/docker.sock:/var/run/docker.sock \\\n  tuxity/docker-image-puller\n```\n\nAvailable env variable:\n```\nTOKEN*\nREGISTRY_USER\nREGISTRY_PASSWD\nREGISTRY_URL (default: https://index.docker.io/v1/)\nHOST (default: 0.0.0.0)\nPORT (default: 8080)\nDEBUG (default: False)\n```\n\n\\* mandatory variables. For `TOKEN` You can generate a random string, it's a security measure.\n\nAfter, you just have to make a request to the server:\n```\nPOST http://ipofyourserver/images/pull?token=abcd4242\u0026restart_containers=true\u0026image=nginx:latest\n```\n\n## Logs\n\nYou can access container logs with\n```\ndocker logs --follow dip\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuxity%2Fdocker-image-puller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuxity%2Fdocker-image-puller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuxity%2Fdocker-image-puller/lists"}