21 lines
809 B
YAML
21 lines
809 B
YAML
name: jp-desktop
|
|
base-image: ghcr.io/ublue-os/kinoite-nvidia
|
|
image-version: latest
|
|
description: The image of Wunker OS for JP's desktop.
|
|
blue-build-tag: main-installer
|
|
modules:
|
|
- from-file: remove-firefox.yml
|
|
- type: files
|
|
files:
|
|
- 8bitdo-ultimate: /usr
|
|
- steam-firewall: /usr
|
|
- desktop-audio: /usr
|
|
- type: containerfile
|
|
snippets:
|
|
- 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: dev-packages.yml
|
|
- from-file: r2modman.yml
|