Post #1040100
2026-04-07 10:42 UTC
Building and pushing container images on Codeberg CI
As part of moving my services to EU-based infrastructure, I've been migrating away from GitHub to @Codeberg One of the things I needed was a CI pipeline to build a container image and push it to the Codeberg container registry for my @catfires bot . It took a few tries to get right, so here's what works for me.
https://christof.damian.net/2026/04/building-containers-on-codeberg.html
#codeberg #ci #containers #linux #selfhosting #digitalsovereignty #buildah #forgejo
Replies (2)
-
@Cyberbeni@mastodon.art 2026-04-07 14:56
@cdamian I'm #selfhosting a Woodpecker runner with local backend in a VM (currently on my PC but will move it to my #homelab once I get the upgraded hardware), which allows me to use local caches, so I don't have to pull a 1.3GB builder image every time, only when the version changes.
-
@thaodan@mastodon.social 2026-04-07 15:08
@cdamian @Codeberg @catfires The open build service can also generate such images maybe that could be a good combination. You can also hook that into forges like forgejo which Codeberg host's.