Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vanilla-OS/pico-image
Containerfile for the Vanilla OS Pico image.
https://github.com/Vanilla-OS/pico-image
hacktoberfest images oci-image vanillaos
Last synced: 24 days ago
JSON representation
Containerfile for the Vanilla OS Pico image.
- Host: GitHub
- URL: https://github.com/Vanilla-OS/pico-image
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2023-05-07T10:06:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:15:45.000Z (7 months ago)
- Last Synced: 2024-05-01T09:46:43.717Z (7 months ago)
- Topics: hacktoberfest, images, oci-image, vanillaos
- Language: Shell
- Homepage: https://images.vanillaos.org/#/recipe/vanilla-os-pico-image
- Size: 138 KB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla OS Pico Image
Containerfile for building a Vanilla OS Pico image.
> [!NOTE]
> This image is not intended to be used directly. It is used as a base image for the [Vanilla OS Core](https://github.com/vanilla-os/core-image) image.## Build
You need the [Vib](https://github.com/vanilla-os/Vib) tool to generate the Containerfile.
```bash
cd rootfs && sh build.sh && cd ..
vib build recipe.yml
podman image build -t vanillaos/pico .
```## 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/pico-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/pico:main --owner Vanilla-OS
```