Skip to content

Commit 1706715

Browse files
committed
chore: bump Vib version, update docs
Signed-off-by: K.B.Dharun Krishna <[email protected]>
1 parent 5709050 commit 1706715

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.github/workflows/vib-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737

38-
- uses: vanilla-os/[email protected].2
38+
- uses: vanilla-os/[email protected].4
3939
with:
4040
recipe: 'recipe.yml'
41-
plugins: 'Vanilla-OS/vib-fsguard:v1.4'
41+
plugins: 'Vanilla-OS/vib-fsguard:v1.5.3'
4242

4343
- uses: actions/upload-artifact@v4
4444
with:

LICENSE LICENSE.txt

File renamed without changes.

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ Containerfile for building a Vanilla OS Core image.
1515
vib build recipe.yml
1616
podman image build -t vanillaos/core .
1717
```
18+
19+
## Verify Image Build Provenance Attestation
20+
21+
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:
22+
23+
```sh
24+
gh attestation verify oci://ghcr.io/vanilla-os/core:main --owner Vanilla-OS
25+
```

recipe.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ stages:
1010
args:
1111
DEBIAN_FRONTEND: noninteractive
1212
runs:
13-
- echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends
13+
commands:
14+
- echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends
1415

1516
modules:
1617
- name: mandb

0 commit comments

Comments
 (0)