AppImage packaging for aplications
Repository contains a varaity of containerfiles for pagaking aplications
Notes
- Tested only with
podman, should work withdockertoo - Use the
pkgrecipe 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: ModifySWverison (default: latest tested)
Repository structure
apps: supported applicationsarchived: unsupported applicationsutils: utilities for building the containerfilesbuild: building directory (empty unless necesary)