mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
FEAT: add hyprland container
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,11 +1,14 @@
|
||||
clean:
|
||||
sudo rm -fr flathub output output-repo
|
||||
sudo podman system prune
|
||||
for container in $$(sudo podman container list --external --format "{{.ID}}"); do sudo podman rm $$container; done
|
||||
for container in $$(sudo podman container list --external --format "{{.ID}}"); do sudo podman rm --force $$container; done
|
||||
|
||||
oci:
|
||||
sudo podman build --network=host -t podman-image .
|
||||
|
||||
oci_hyprland:
|
||||
sudo podman build --network=host -t podman-image-hyprland --build-arg DESKTOP_ENVIRONMENT=hyprland .
|
||||
|
||||
CONTAINER_IMAGE=localhost/podman-image
|
||||
FILESYSTEM_TYPE=ext4
|
||||
qcow:
|
||||
|
||||
Reference in New Issue
Block a user