{"id":26163674,"url":"https://github.com/maltegrosse/woodpecker-buildah","last_synced_at":"2026-04-24T13:32:12.715Z","repository":{"id":222636645,"uuid":"757404562","full_name":"maltegrosse/woodpecker-buildah","owner":"maltegrosse","description":"Buildah Plugin for Woodpecker","archived":false,"fork":false,"pushed_at":"2024-02-19T16:21:53.000Z","size":27,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T22:55:58.377Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maltegrosse.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":"2024-02-14T12:32:14.000Z","updated_at":"2025-11-17T19:15:35.000Z","dependencies_parsed_at":"2024-06-19T17:29:43.474Z","dependency_job_id":null,"html_url":"https://github.com/maltegrosse/woodpecker-buildah","commit_stats":null,"previous_names":["maltegrosse/woodpecker-buildah"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/maltegrosse/woodpecker-buildah","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltegrosse%2Fwoodpecker-buildah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltegrosse%2Fwoodpecker-buildah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltegrosse%2Fwoodpecker-buildah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltegrosse%2Fwoodpecker-buildah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maltegrosse","download_url":"https://codeload.github.com/maltegrosse/woodpecker-buildah/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltegrosse%2Fwoodpecker-buildah/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32225733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":"2025-03-11T14:39:04.031Z","updated_at":"2026-04-24T13:32:12.695Z","avatar_url":"https://github.com/maltegrosse.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Woodpecker-Buildah Plugin\nA basic wrapper for buildah commands to run as a woodpecker-ci pipeline.\n\nInspired by https://codeberg.org/Taywee/woodpecker-buildah/ , rewritten in golang.\n\nLatest container can be found here:\n\nhttps://hub.docker.com/r/maltegrosse/woodpecker-buildah/tags\n\n\n## Usage\n```\nsteps:\n  build_and_release_and_push:\n    image: maltegrosse/woodpecker-buildah:0.0.11\n    pull: true\n    settings:\n      registry: somehub.com\n      repository: theuser/mytarget_repo\n      tag: 4.0.12c\n      architectures: amd64 aarch64\n      context: Dockerfile\n      username:\n        from_secret: docker_username\n      password:\n        from_secret: docker_password\n```\n## Limitation\nThere are certain considerations between security and performance, especially running on Kubernetes. Currently, the plugin runs with vfs - and it is quite slow... see links for further information.\n\nPlugin is in early stage and only tested with Woodpecker Kubernetes backend. To run multi-arch builds, a second qemu container needs to be deployed (in privileged mode) --\u003e see example-qemu.yaml (as one possible solution)\n\nFuse package is preinstalled, and fuse storage could be added as a flag. (untested)\n\nIf buildah runs in privileged mode, woodpecker needs to trust the container repo. See https://woodpecker-ci.org/docs/administration/server-config#all-server-configuration-options --\u003e WOODPECKER_ESCALATE\n\n## Links\nA collection of useful buildah articles\n- https://codeberg.org/Taywee/woodpecker-buildah/\n- https://www.redhat.com/sysadmin/7-transports-features\n- https://github.com/containers/buildah/issues/2554\n- https://www.redhat.com/sysadmin/podman-inside-kubernetes\n- https://opensource.com/article/19/3/tips-tricks-rootless-buildah\n- https://github.com/containers/buildah/blob/main/docs/buildah.1.md\n- https://insujang.github.io/2020-11-09/building-container-image-inside-container-using-buildah/\n- https://danmanners.com/posts/2022-01-buildah-multi-arch/\n- https://www.itix.fr/blog/build-multi-architecture-container-images-with-kubernetes-buildah-tekton-and-qemu/\n- https://developers.redhat.com/blog/2019/08/14/best-practices-for-running-buildah-in-a-container#running_buildah_inside_a_container\n\n\n## License\n\nThis wrapper is under MIT, [buildah image](https://github.com/containers/buildah/blob/04c61a7b7277e44ea69ea93ebbded92fdecac036/contrib/buildahimage/Containerfile) is under the Apache license.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaltegrosse%2Fwoodpecker-buildah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaltegrosse%2Fwoodpecker-buildah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaltegrosse%2Fwoodpecker-buildah/lists"}