A simple playbook to automate container image building based on Alpine Linux
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 e96c1add75
package version is now an optional input [closes #1]
3 years ago
README.md added credits 3 years ago
alpine-image.yaml package version is now an optional input [closes #1] 3 years ago

README.md

alpine-image-libpod-ansible: a simple playbook to automate container image building based on Alpine Linux

Usage

Pre-requisites

  • Ansible 2.9+
  • libpod
  • directory $HOME/alpine-package_name
  • file $HOME/alpine-package_name/Dockerfile

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

Variables

  • default_alpine_version
  • package_name

Invocation

ansible-playbook alpine-image.yaml

Credits

Gerard Lynch for the HTML parsing hint