docs: improve wording, add comment for base image

This commit is contained in:
K.B.Dharun Krishna 2024-05-11 17:07:57 +05:30 committed by GitHub
parent 8e4e39cdcc
commit d872d02752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,10 @@ name: Custom Vanilla Desktop # Replace this name with your image name
id: custom # Replace this ID with your image ID
stages:
- 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
labels:
maintainer: self-maintained # Optionally: Replace this with your name
maintainer: self-maintained # Optionally, Replace this with your name
args:
DEBIAN_FRONTEND: noninteractive # Set the image environment as non-interactive
@ -33,7 +33,7 @@ stages:
commands:
- 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
includes:
- modules/50-install-debs.yml # Sample local module present in this repository