Port build system to Forge Actions #15
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: forge/qubes-builder-alpine#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hit a snag: loop mounts dont work within docker containers. Since the infra is docker-on-lxc, LXC would require making it available. Since docker runs as root in this unpriviliged container, it would pick up whatever loop device lxc would create. But making loop devices available breaks LXC's security context. So either I find a way to hack loopback support in userspace, or break some security contexts.
I've converted linux-template-builder to use fuse instead, which works in docker.
Done with
a8b3f4c64d