docs: improve wording, add comment for base image
This commit is contained in:
parent
8e4e39cdcc
commit
d872d02752
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@ name: Custom Vanilla Desktop # Replace this name with your image name
|
||||||
id: custom # Replace this ID with your image ID
|
id: custom # Replace this ID with your image ID
|
||||||
stages:
|
stages:
|
||||||
- id: build
|
- id: build
|
||||||
base: ghcr.io/vanilla-os/desktop:main
|
base: ghcr.io/vanilla-os/desktop:main # Optionally, Replace this image URL with a different one i.e. nvidia:main, etc
|
||||||
singlelayer: false
|
singlelayer: false
|
||||||
labels:
|
labels:
|
||||||
maintainer: self-maintained # Optionally: Replace this with your name
|
maintainer: self-maintained # Optionally, Replace this with your name
|
||||||
args:
|
args:
|
||||||
DEBIAN_FRONTEND: noninteractive # Set the image environment as non-interactive
|
DEBIAN_FRONTEND: noninteractive # Set the image environment as non-interactive
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ stages:
|
||||||
commands:
|
commands:
|
||||||
- echo Example output
|
- echo Example output
|
||||||
|
|
||||||
- name: example-modules # Sample module demonstatrating importing local and remote modules
|
- name: example-modules # Sample module demonstrating importing local and remote modules
|
||||||
type: includes
|
type: includes
|
||||||
includes:
|
includes:
|
||||||
- modules/50-install-debs.yml # Sample local module present in this repository
|
- modules/50-install-debs.yml # Sample local module present in this repository
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue