void-packages/common/container
classabbyamp 40761da0b0
common/container/noextract.conf: add /etc/{hosts,mtab}
fixes issues with running updates that contain base-files, as docker
read-only mounts over of these files. this causes xbps to error when
trying to extract these files.
2024-05-26 03:41:27 -04:00
..
Containerfile
README.md
docker-bake.hcl
noextract.conf common/container/noextract.conf: add /etc/{hosts,mtab} 2024-05-26 03:41:27 -04:00
setup.sh

README.md

void-packages buildroot containers

These containers are used for CI and should contain everything needed to run xbps-src.

Updating

To build a new version, kick off a CI run by pushing something to common/container/ on master or using the Run workflow button here.

Once this is built, update the version where it is used in .github/workflows/ (typically in the value of a container.image key) to the newly-built tag.