Skip to content

Miscellaneous packages built with Docker/Podman in Debian

Notifications You must be signed in to change notification settings

fdziarmagowski/builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miscellaneous packages built with Docker/Podman

The viewer discretion is advised: builds packages in containers and installs into locally mounted directories, preferably with Podman (rootless)

# Example: build and run ardour package from squashfs image
#
cd ardour
podman run --rm --name builder --mount type=bind,source=$(pwd),target=/build -it debian:bullseye /build/build.sh
sudo mount ardour.sqfs /opt/ardour/ -t squashfs
/opt/ardour/bin/ardour6

About

Miscellaneous packages built with Docker/Podman in Debian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages