add cachyos containers

This commit is contained in:
Anders Rytter Hansen 2023-11-05 15:02:16 +01:00
commit 31fb5991ff
7 changed files with 444 additions and 0 deletions

4
containers/cachyos/build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
podman pull docker.io/cachyos/cachyos-v3
podman build -t andersrh/cachyos/base-gui -f base-gui.Dockerfile .