aboutsummaryrefslogtreecommitdiff

AppImage packaging for aplications

Repository contains a varaity of containerfiles for pagaking aplications

Notes

  • Tested only with podman, should work with docker too
  • Use the pkg recipe to package simple executables avalible on repositories

Build the aplication

podman build -t APP -f RECIPE BUILD-DIR

Get the aplication

podman run -it --rm -v BUILD-DIR:/mnt APP

Modify the build

  • BUILD_STDOUT: Redirect standard output (default: /dev/null)
  • BUILD_STDERR: Redirect standard error (default: /dev/stderr)
  • SW_VERSION: Modify SW verison (default: latest tested)

Repository structure

  • apps: supported applications
  • archived: unsupported applications
  • utils: utilities for building the containerfiles
  • build: building directory (empty unless necesary)