Replace containerfiles with snippets

This commit is contained in:
2024-02-07 23:29:36 -05:00
parent 79b56606b1
commit 6e1bf1ffbc
3 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrv /usr/bin/xboxdrv
COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrvctl /usr/bin/xboxdrvctl
COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/share/man/man1/xboxdrv.1 /usr/share/man/man1/xboxdrv.1

View File

@@ -9,6 +9,8 @@ modules:
- steam-firewall: /usr - steam-firewall: /usr
- desktop-audio: /usr - desktop-audio: /usr
- type: containerfile - type: containerfile
containerfiles: snippets:
- xboxdrv - COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrv /usr/bin/xboxdrv
- COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrvctl /usr/bin/xboxdrvctl
- COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/share/man/man1/xboxdrv.1 /usr/share/man/man1/xboxdrv.1
- from-file: jp-apps.yml - from-file: jp-apps.yml

View File

@@ -1,6 +1,6 @@
name: jp-laptop name: jp-laptop
base-image: ghcr.io/ublue-os/kinoite-main base-image: ghcr.io/ublue-os/kinoite-main
image-version: 39 image-version: latest
description: The image of Wunker OS for JP's Laptop. description: The image of Wunker OS for JP's Laptop.
modules: modules:
- from-file: framework.yml - from-file: framework.yml