Builder for QubesOS Alpine Template
Find a file
2023-12-07 20:22:48 -05:00
scripts scripts/04_install_qubes.sh: setup lo device 2023-12-07 20:22:48 -05:00
.gitlab-ci.yml Use Alpine v3.19 2023-12-07 19:17:55 -05:00
builder.conf Use Alpine v3.19 2023-12-07 19:17:55 -05:00
Makefile.alpinelinux Ported rest of scripts for use by linux-template-builder 2023-08-25 17:44:09 -04:00
Makefile.builder Support different alpine versions 2023-08-26 17:14:13 -04:00
prepare-chroot-base Support different alpine versions 2023-08-26 17:14:13 -04:00
prepare-chroot-builder Ported rest of scripts for use by linux-template-builder 2023-08-25 17:44:09 -04:00
README.md README: update 2023-08-27 12:55:19 -04:00

qubes-builder-alpine

Upstream: https://lab.ilot.io/ayakael/qubes-builder-alpine

Description

This repository contains an implementation of a template builder for Alpine Linux for usage by qubes-builder. Packages are pulled from a community repo and packaged in an RPM that is installable by QubesOS.

Current state

Alpine Linux as a QubesOS template is still a work and progress. It is highly encouraged to make bug reports.

Known issues

Known issues are tracked on the upstream GitLab instance.

Issues, recommendations and proposals

To report an issue or share a recommendation

Go here

To make a merge request

  • Fork the repo from Alpine's GitLab here
  • Clone your fork locally. (git clone $repo)
  • Make a branch with a descriptive name (git checkout -b $descriptivename)
  • Make the changes you want to see in the world, commit, and push to the GitLab's remote repo
  • Request a merge here