Container builder plugin for Woodpecker CI
  • Shell 52.1%
  • Dockerfile 47.9%
Find a file
renovate-bot 6b56fa4a3c
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
Update all dependencies (#14)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/library/debian | final | digest | `ed87500` → `1275c56` |

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNSIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #14
2026-06-12 09:30:14 +00:00
.markdownlint.json add README.md 2026-02-03 20:22:23 +01:00
.prettierrc add README.md 2026-02-03 20:22:23 +01:00
.trivyignore Update .trivyignore 2026-06-12 09:27:34 +00:00
build.sh fix script 2026-02-18 20:01:56 +01:00
Containerfile Update all dependencies (#14) 2026-06-12 09:30:14 +00:00
LICENSE add license 2026-04-11 13:49:41 +02:00
README.md point to forgejo url 2026-03-23 19:06:17 +01:00
renovate.json remove woodpecker jobs, renovate open one PR 2026-04-11 00:31:34 +02:00
storage.conf Make image run as non-root (#5) 2026-02-04 21:39:24 +01:00

Container builder with buildah for Woodpecker CI

This is a plugin for Woodpecker CI that builds image using buildah utility.

Usage

It can be used at any event, but it can only push images at the tag event.

when:
  - event: tag

steps:
  - name: Build the image and push to repository
    image: code.thinkaboutit.tech/pandora/container-builder.woodpecker
    settings:
      debug: true
      registry_push: true
      registry_push_latest: true
      registry_owner: pandora
      registry_user: bot-ci
      registry_pwd:
        from_secret: gitea-bot-ci

Settings

Name Default value Description
context Project root directory Set the context of the build
containerfile Project_root/Containerfile Path to Containerfile
registry_url Forge URL Address to the regitry
registry_owner Repo owner Owner of the image
registry_name Repo name Name of the image
registry_push false Push to registry
registry_user Username for the registry
registry_pwd Password for registry
registry_push_latest false Push latest tag