-
v1.0.3 Stable
released this
2026-02-03 23:30:41 +00:00 | 23 commits to main since this releaseWhat's new
- Replace fuse-overlayfs with vfs (
git.thinkaboutit.tech/pandora/container-builder.woodpecker@ea0148e679)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Replace fuse-overlayfs with vfs (
-
v1.0.2 Stable
released this
2026-02-03 22:42:58 +00:00 | 24 commits to main since this releaseMaintenance patch
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
V1.0.1 Stable
released this
2026-02-03 20:50:48 +00:00 | 29 commits to main since this releaseRemove unnecessary packages from apt install.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
Version 1.0.0 Stable
released this
2026-02-03 19:25:10 +00:00 | 30 commits to main since this releaseContainer builder with
buildahfor Woodpecker CIThis is a plugin for Woodpecker CI that builds image using
buildahutility.Usage
It can be used at any event, but it can only push images at the tag event. Due
to it uses/dev/fusedriver, in the Woodpecker settings the repository, that
uses it, must be trusted with volume.when: - event: tag steps: - name: Build the image and push to repository image: git.thinkaboutit.tech/pandora/container-builder.woodpecker pull: true settings: debug: true registry_push: true registry_push_latest: true registry_owner: pandora registry_user: bot-ci registry_pwd: from_secret: gitea-bot-ci volumes: - /dev/fuse:/dev/fuse:rwSettings
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 Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)