https://github.com/vanilla-os/installer-image
Containerfile for building a Vanilla OS Installer image ISO.
https://github.com/vanilla-os/installer-image
hacktoberfest installer-image iso iso-build linux vanillaos
Last synced: 4 months ago
JSON representation
Containerfile for building a Vanilla OS Installer image ISO.
- Host: GitHub
- URL: https://github.com/vanilla-os/installer-image
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2024-02-03T13:39:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T00:08:05.000Z (6 months ago)
- Last Synced: 2024-12-03T00:24:04.552Z (6 months ago)
- Topics: hacktoberfest, installer-image, iso, iso-build, linux, vanillaos
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla OS Installer Image
Containerfile for building a Vanilla OS Installer image.
> Note: This image is not used yet, please refer to the [live-iso](https://github.com/Vanilla-OS/live-iso) repository for the
> current installer ISO.This image is based on top of [`vanillaos/core`](https://github.com/Vanilla-OS/core-image/pkgs/container/core) and offers the official
Vanilla OS Installer.## Build
```bash
vib build recipe.yml
podman image build -t vanillaos/installer .
```