Skip to content

Commit

Permalink
fix: recipe and module changes for vib 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Feb 25, 2025
1 parent e40f261 commit bda45fe
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ podman image build -t vanillaos/core .

## Verify Image Build Provenance Attestation

All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance`](https://github.com/actions/attest-build-provenance) action. The attestations can be verified [here](https://github.com/Vanilla-OS/core-image/attestations) or by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command:
All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action. The attestations can be verified [here](https://github.com/Vanilla-OS/core-image/attestations) or by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command:

```sh
gh attestation verify oci://ghcr.io/vanilla-os/core:main --owner Vanilla-OS
Expand Down
2 changes: 1 addition & 1 deletion modules/00-vanilla-abroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ modules:
- mv /sources/abroot-manpage/man/man1/abroot.1 /usr/share/man/man1/
- name: abroot-deps
type: apt
source:
sources:
packages:
- netavark
2 changes: 1 addition & 1 deletion modules/00-vanilla-base-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commands:
modules:
- name: base-files-deps-install
type: apt
source:
sources:
packages:
- dpkg-dev
- build-essential
Expand Down
2 changes: 1 addition & 1 deletion modules/01-kernel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kernel
type: apt
source:
sources:
packages:
- linux-image-amd64
- linux-headers-amd64
2 changes: 1 addition & 1 deletion modules/05-firmware.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firmware
type: apt
source:
sources:
packages:
- firmware-linux
- firmware-linux-nonfree
Expand Down
2 changes: 1 addition & 1 deletion modules/10-input-and-locale.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: input-and-locale
type: apt
source:
sources:
packages:
- locales
- kmod
Expand Down
2 changes: 1 addition & 1 deletion modules/100-modules.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: modules
type: apt
source:
sources:
packages:
- dkms
- bolt
Expand Down
2 changes: 1 addition & 1 deletion modules/110-fwupd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fwupd
type: apt
source:
sources:
packages:
- fwupd
- fwupd-amd64-signed
2 changes: 1 addition & 1 deletion modules/120-fingerprint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fingerprint
type: apt
source:
sources:
packages:
- fprintd
- libpam-fprintd
2 changes: 1 addition & 1 deletion modules/140-manpages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: manpages
type: apt
source:
sources:
packages:
- manpages
- manpages-posix
2 changes: 1 addition & 1 deletion modules/20-ssh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ssh
type: apt
source:
sources:
packages:
- gpg
- gpg-agent
Expand Down
2 changes: 1 addition & 1 deletion modules/30-utils.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: utils
type: apt
source:
sources:
packages:
- nano
- zsync
Expand Down
2 changes: 1 addition & 1 deletion modules/40-essentials.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: essentials
type: apt
source:
sources:
packages:
- setserial
- systemd-sysv
Expand Down
2 changes: 1 addition & 1 deletion modules/50-fs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fs
type: apt
source:
sources:
packages:
- exfatprogs
- btrfs-progs
Expand Down
2 changes: 1 addition & 1 deletion modules/60-sound.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sound
type: apt
source:
sources:
packages:
- pipewire-pulse
- pipewire-alsa
Expand Down
2 changes: 1 addition & 1 deletion modules/70-compression.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: compression
type: apt
source:
sources:
packages:
- zstd
- zip
Expand Down
2 changes: 1 addition & 1 deletion modules/80-xdg.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xdg
type: apt
source:
sources:
packages:
- xdg-utils
- xdg-user-dirs
Expand Down
2 changes: 1 addition & 1 deletion modules/90-network.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network
type: apt
source:
sources:
packages:
- network-manager
- network-manager-config-connectivity-debian
Expand Down
2 changes: 1 addition & 1 deletion modules/91-iptables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: iptables
type: apt
source:
sources:
packages:
- iptables
modules:
Expand Down
5 changes: 3 additions & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Vanilla Core
id: core
vibversion: 1.0.0

stages:
- id: build
Expand Down Expand Up @@ -59,7 +60,7 @@ stages:

- name: fsguard-runtime-deps
type: apt
source:
sources:
packages:
- "minisign"
- "squashfs-tools"
Expand All @@ -85,7 +86,7 @@ stages:
modules:
- name: minisign
type: apt
source:
sources:
packages:
- "minisign"

Expand Down

0 comments on commit bda45fe

Please sign in to comment.