A simple playbook to automate container image building based on Alpine Linux
Ir para arquivo
Tamás Gérczei e96c1add75
package version is now an optional input [closes #1]
2020-04-02 10:36:58 +02:00
README.md added credits 2020-03-24 12:57:59 +01:00
alpine-image.yaml package version is now an optional input [closes #1] 2020-04-02 10:36:58 +02:00

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