{"id":21437391,"url":"https://github.com/cotyhamilton/buildy","last_synced_at":"2026-04-11T07:34:44.279Z","repository":{"id":129733728,"uuid":"378439862","full_name":"cotyhamilton/buildy","owner":"cotyhamilton","description":"A container to build container images from git repos.","archived":false,"fork":false,"pushed_at":"2021-06-19T16:26:13.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T09:41:54.206Z","etag":null,"topics":["containers","docker","docker-image","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cotyhamilton.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":"2021-06-19T15:06:55.000Z","updated_at":"2021-08-04T16:38:00.000Z","dependencies_parsed_at":"2023-04-04T02:32:01.001Z","dependency_job_id":null,"html_url":"https://github.com/cotyhamilton/buildy","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/cotyhamilton%2Fbuildy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotyhamilton%2Fbuildy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotyhamilton%2Fbuildy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotyhamilton%2Fbuildy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cotyhamilton","download_url":"https://codeload.github.com/cotyhamilton/buildy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243946261,"owners_count":20373018,"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":["containers","docker","docker-image","kubernetes"],"created_at":"2024-11-23T00:19:29.208Z","updated_at":"2026-04-11T07:34:39.240Z","avatar_url":"https://github.com/cotyhamilton.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# buildy\n\nA container to build container images from git repos.\n\nIt uses https://github.com/genuinetools/img as the base image for working with images inside a container.\n\nThis project is similar to kaniko, but buildy works with Azure Repos while kaniko does not.\n\n## How to use\n\n### Docker\n\n```\ndocker run -it --rm \\\n    --security-opt seccomp=unconfined \\\n    --security-opt apparmor=unconfined \\\n    cotyhamilton/buildy \\\n    --git-url=\u003cgit repository url\u003e \\\n    --git-source-branch=\u003cgit branch name\u003e \\\n    --registry=\u003cregistry url\u003e \\ # do not use arg if pushing to dockerhub\n    --namespace=\u003cregistry namespace\u003e \\\n    --image-name=\u003cname of image\u003e \\\n    --tags=\u003ccomma delimited list of tags ex: \"latest, 1.0.0\"\u003e \\\n    --registry-user=\u003cregistry user id\u003e \\\n    --registry-password=\u003cregistry user password\u003e \\\n```\n\nInstead of passing credentials as args, you may mount a docker config to `/home/user/.docker/config.json`\n\n### Kubernetes\n\nExample pod\n\n```\napiVersion: v1\nkind: Pod\nmetadata:\n  name: buildy\n  namespace: ci\nspec:\n  containers:\n  - name: buildy\n    image: cotyhamilton/buildy\n    args:\n    - \"--git-url=https://github.com/cotyhamilton/buildy.git\"\n    - \"--git-source-branch=main\"\n    - \"--namespace=cotyhamilton\"\n    - \"--image-name=buildy\"\n    - \"--tags=latest\"\n    volumeMounts:\n      - name: regcred\n        mountPath: /home/user/.docker\n    resources:\n      limits:\n        cpu: \"1\"\n        memory: 512M\n  restartPolicy: Never\n  volumes:\n    - name: regcred\n      secret:\n        secretName: dockerconfig\n        items:\n          - key: .dockerconfigjson\n            path: config.json\n```\n\nRefer to [img docs](https://github.com/genuinetools/img#running-with-kubernetes) for security\n\n### Options\n\nRun the container to see all options\n\n```\ndocker run -it --rm cotyhamilton/buildy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotyhamilton%2Fbuildy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcotyhamilton%2Fbuildy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotyhamilton%2Fbuildy/lists"}