flavors/xbps-builder
2019-07-23 11:55:07 +02:00
..
files xbps-builder: Add xbps-build and fetch default last changes 2019-07-05 16:20:10 +02:00
Dockerfile xbps-builder: Add xbps-build and fetch default last changes 2019-07-05 16:20:10 +02:00
README.md Move to new xbps-[build|remote|local] helpers 2019-07-23 11:55:07 +02:00

d.xr.to/xbps-builder

docker pull d.xr.to/xbps-builder

A simple pre-configured container to build void packages in, void-linux/void-packages is checked out in /_workdir which is also the current workdir

Building an image inside a Dockerfile and installing it it in a target docker container looks like the following

FROM d.xr.to/xbps-builder AS builder
RUN xbps-build docker
FROM d.xr.to/base
COPY --from=builder /_workdir/hostdir /tmp/xbps
RUN xbps-local docker

Warning

This xbps-builder is bootstrapped with some very bad magic, so if you hit an issue, please create an issue!