generated from ublue-os/image-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvib.yml
35 lines (33 loc) · 950 Bytes
/
vib.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: sos-intermediate
id: sos-intermediate
vibversion: 1.0.0
stages:
- id: build
base: ghcr.io/ublue-os/cosmic-nvidia:41
singlelayer: false
labels:
maintainer: stoorps
# Commands to run first before building the modules
runs:
commands:
- mkdir -p /var/lib/alternatives
modules:
- name: build
type: includes
includes:
- modules/00-dnf-copr-enable.yml
- modules/01-dnf-vscode-repo.yml
- modules/10-dnf-install.yml
- modules/11-zed-install.yml
- modules/12-fonts-install.yml
- modules/13-vib-install.yml
- modules/20-flatpaks-flathub-repo.yml
- modules/30-flatpaks-remove.yml
- modules/31-flatpaks-install.yml
- modules/40-zsh-setup.yml
- modules/41-starship-install.yml
- modules/42-rustup-install.yml
- name: commit
type: shell
commands:
- ostree container commit