https://github.com/Vanilla-OS/dev-image
Containerfile for the Vanilla OS Development Kit image.
https://github.com/Vanilla-OS/dev-image
containers hacktoberfest images oci-images vanillaos
Last synced: 2 months ago
JSON representation
Containerfile for the Vanilla OS Development Kit image.
- Host: GitHub
- URL: https://github.com/Vanilla-OS/dev-image
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2023-05-19T20:58:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T13:21:33.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:46:42.258Z (about 1 year ago)
- Topics: containers, hacktoberfest, images, oci-images, vanillaos
- Homepage: https://images.vanillaos.org/#/recipe/vanilla-os-dev-image
- Size: 47.9 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla OS Dev Image
Containerfile for building a Vanilla OS Development Kit Image.
> [!NOTE]
> This image is meant to be used for development purposes only.## Build
You need the [Vib](https://github.com/vanilla-os/Vib) tool to generate the Containerfile.
```bash
vib build recipe.yml
podman image build -t vanillaos/dev .
```## 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/dev-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/dev:main --owner Vanilla-OS
```