{"id":15199905,"url":"https://github.com/piotrpersona/docku","last_synced_at":"2026-01-15T23:03:46.410Z","repository":{"id":64302550,"uuid":"196232821","full_name":"piotrpersona/docku","owner":"piotrpersona","description":"Upload docker images","archived":false,"fork":false,"pushed_at":"2019-09-02T18:02:01.000Z","size":254,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T20:46:33.324Z","etag":null,"topics":["docker","docker-image","docker-registry"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piotrpersona.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}},"created_at":"2019-07-10T15:41:11.000Z","updated_at":"2023-03-05T09:15:59.000Z","dependencies_parsed_at":"2023-01-15T09:45:40.695Z","dependency_job_id":null,"html_url":"https://github.com/piotrpersona/docku","commit_stats":null,"previous_names":["piotrpersona/docker-upload"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/piotrpersona/docku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpersona%2Fdocku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpersona%2Fdocku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpersona%2Fdocku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpersona%2Fdocku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrpersona","download_url":"https://codeload.github.com/piotrpersona/docku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpersona%2Fdocku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28473974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:27:41.514Z","status":"ssl_error","status_checked_at":"2026-01-15T21:54:47.910Z","response_time":62,"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":["docker","docker-image","docker-registry"],"created_at":"2024-09-28T02:20:51.521Z","updated_at":"2026-01-15T23:03:46.386Z","avatar_url":"https://github.com/piotrpersona.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docku\n\n[![Build Status](https://travis-ci.org/piotrpersona/docku.svg?branch=master)](https://travis-ci.org/piotrpersona/docku)\n[![Go Report Card](https://goreportcard.com/badge/github.com/piotrpersona/docku)](https://goreportcard.com/report/github.com/piotrpersona/docku)\n\nUpload images to remote registry at the speed of light ⚡️\n\n![docku-arch](https://raw.githubusercontent.com/piotrpersona/docku/master/svg/docku-arch.svg?sanitize=true)\n\n## Installation\n\nDownload latest release from:\nhttps://github.com/piotrpersona/docku/releases\n\n```bash\ncurl -fsSL -o /usr/local/bin/docku https://github.com/piotrpersona/docku/releases/download/\u003cRELEASE\u003e/docku-\u003cOS\u003e-\u003cARCH\u003e \u0026\u0026 chmod +x /usr/local/bin/docku\n```\n\ne.g.:\n\n```bash\ncurl -fsSL -o /usr/local/bin/docku https://github.com/piotrpersona/docku/releases/download/1.1.0/docku-darwin-amd64 \u0026\u0026 chmod +x /usr/local/bin/docku\n```\n\n## Run\n\nStandalone\n\n```bash\ndocku config.json\n```\n\nDocker\n\n```bash\ndocker run \\\n    --volume /var/run/docker.sock:/var/run/docker.sock \\\n    --volume \"${config}:/config.yaml\" \\\n    --network host \\\n    piotrpersona/docku:latest config.yaml \"${@}\"\n```\n\n## Configuration\n\nProvide images config\n\n```yaml\n---\nregistry: localhost:5000\nimages:\n  - nginx:latest\n  - docker.io/alpine:3.9\n\n```\n\nSupported extensions: `.json .yaml .yml`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpersona%2Fdocku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpersona%2Fdocku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpersona%2Fdocku/lists"}