Simple automation to build Alpine packages
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tamás Gérczei 8c26eb422b
named checksum task
2 years ago
README.md prerequisite directories and file added to documentation 3 years ago
alpine-builder.yaml named checksum task 2 years ago

README.md

apkbuild-libpod-ansible: a simple playbook to automate software packaging for Alpine Linux

Usage

Pre-requisites

  • Ansible 2.9+
  • collection containers.podman
  • libpod
  • directory /home/user.handle/alpine-package.name
  • directory /home/user.handle/alpine-package.name/packages
  • file /home/user.handle/alpine-package.name/APKBUILD_package.version

Developed and tested on Gentoo GNU/Linux with ZFS via fuse-overlayfs and crun in rootless mode.

Variables

  • alpine_version
  • user.name
  • user.email
  • user.handle
  • package.name
  • package.version

Invocation

ansible-playbook alpine-builder.yaml