An open API service indexing awesome lists of open source software.

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.

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 .
```