Bootstrap Docker images for building binary packages for repo.osowoso.org — the binary repository of Void Community Repository (VUR).
Templates live at codeberg.org/oSoWoSo/oco, binaries are built via CI at github.com/oSoWoSo/Void_Community_Repository using these images.
Published to GHCR, updated daily at 03:00 UTC.
| Image | Architecture | libc |
|---|---|---|
ghcr.io/osowoso/oco-builder-x86_64 |
x86_64 | glibc |
ghcr.io/osowoso/oco-builder-x86_64-musl |
x86_64 | musl |
ghcr.io/osowoso/oco-builder-aarch64 |
aarch64 | glibc |
ghcr.io/osowoso/oco-builder-aarch64-musl |
aarch64 | musl |
docker run --privileged --rm ghcr.io/osowoso/oco-builder-x86_64 \
./xbps-src pkg <template>Each image starts from the official ghcr.io/void-linux/void-*-full base, runs xbps-src binary-bootstrap with --privileged (required for chroot mount capabilities), then is committed as a ready-to-use build environment.
In addition to the void base + xbps-src, the images include:
sudo,bash,curl,git-- core build needspython3-- runtime for repodata helpers inoSoWoSo/ocorclone-- manage files on cloud storagefuse3-- filesystem in userspacezstd-- CLI for round-tripping zstd-compressed repodatapandoc-- README → HTML for the oco website generator (x86_64 only; not packaged for all archs in void)