{"id":13416005,"url":"https://github.com/ehazlett/conduit","last_synced_at":"2026-03-05T22:08:36.058Z","repository":{"id":24305526,"uuid":"27701139","full_name":"ehazlett/conduit","owner":"ehazlett","description":"Deployment system for Docker","archived":false,"fork":false,"pushed_at":"2016-11-07T18:20:56.000Z","size":11403,"stargazers_count":107,"open_issues_count":6,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-02T12:45:09.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ehazlett.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}},"created_at":"2014-12-08T06:27:20.000Z","updated_at":"2024-09-22T06:06:09.000Z","dependencies_parsed_at":"2022-09-04T03:50:31.114Z","dependency_job_id":null,"html_url":"https://github.com/ehazlett/conduit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ehazlett/conduit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehazlett%2Fconduit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehazlett%2Fconduit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehazlett%2Fconduit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehazlett%2Fconduit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehazlett","download_url":"https://codeload.github.com/ehazlett/conduit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehazlett%2Fconduit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30152089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-07-30T21:00:53.608Z","updated_at":"2026-03-05T22:08:36.037Z","avatar_url":"https://github.com/ehazlett.png","language":"Go","funding_links":[],"categories":["Container Operations","Deployment","Orchestration","Go"],"sub_categories":["Deployment and Infrastructure"],"readme":"# Conduit\nExperimental deployment system for Docker.\n\nConduit exposes an endpoint that receives webhooks (i.e. from Docker Hub).  Upon receiving the hook, Conduit will pull the new image, deploy a new container from the updated image and then remove the original container. \n\n# Usage\nDocker.\n\n```\ndocker run\n    -d\n    --name conduit\n    -p 8080:8080\n    -v /var/run/docker.sock:/var/run/docker.sock\n    ehazlett/conduit -r \u003crepo-name\u003e -t \u003ctoken\u003e\n```\n\nWhere `\u003crepo-name\u003e` is a Docker repository name such as `ehazlett/go-demo` and `\u003ctoken\u003e` is a custom token string.  The `-r` arg can be specified multiple times.\n\nExample:\n\n```\ndocker run\n    -d\n    --name conduit\n    -p 8080:8080\n    -v /var/run/docker.sock:/var/run/docker.sock\n    ehazlett/conduit -r ehazlett/go-demo -t s3cr3+\n```\nThen add a webhook url to `http://\u003cyour-conduit-host\u003e:\u003cyour-conduit-port\u003e?token=\u003ctoken\u003e`\n\nYou can also specify a list of tags for deploy.  Conduit will only deploy\nand rotate containers that are using that tag.  For example, if you have\ncontainers with both `v1` and `v2` tags running, if you specify `v2` as a tag\nin Conduit, it will only deploy the `v2` containers when receiving a webhook.\n\n# Testing\nTo simulate a webhook using curl:\n\n```\ncurl -d '{\"repository\": {\"repo_name\": \"namespace/reponame\"}}' http://\u003cdocker-host-ip\u003e:8080?token=yourtoken\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehazlett%2Fconduit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehazlett%2Fconduit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehazlett%2Fconduit/lists"}