Skip to content

Commit

Permalink
feat: base on top of plasma image
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 29, 2024
1 parent a8be59c commit 965407e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/differ.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Vanilla OS VM Image

Containerfile for building a Vanilla OS Desktop+VM image.
Containerfile for building a Vanilla OS Plasma+VM image.

This image is based on top of [`vanillaos/desktop`](https://github.com/Vanilla-OS/desktop-image/pkgs/container/desktop) and offers the default Vanilla OS Desktop experience with GNOME and VM tools pre-installed.
This image is based on top of [Plasma Image](https://github.com/Vanilla-Kattleya/plasma-image/pkgs/container/plasma) and offers the Vanilla OS Desktop experience with KDE Plasma and VM tools pre-installed.

## Build

Expand All @@ -11,5 +11,5 @@ This image is based on top of [`vanillaos/desktop`](https://github.com/Vanilla-O
```bash
vib build recipe.yml
podman image build -t vanillaos/vm .
podman image build -t vm .
```
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Vanilla Desktop VM
id: vm
stages:
- id: build
base: ghcr.io/vanilla-os/desktop:main
base: ghcr.io/vanilla-kattleya/plasma:main
singlelayer: false
labels:
maintainer: Vanilla OS Contributors
Expand Down

0 comments on commit 965407e

Please sign in to comment.