You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# vib
name: my-vanilla-image # Replace this name with your image name
id: my-vanilla-image # Replace this ID with your image ID
stages:
- id: build
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
args:
DEBIAN_FRONTEND: noninteractive # Set the image environment as non-interactive
I get the error The 'base' key is required in a Vib recipe.(base-missing) on the second line. Even though it is clearly defined within the first stage.
The start of my recipe.yml is as follows.
I get the error
The 'base' key is required in a Vib recipe.(base-missing)
on the second line. Even though it is clearly defined within the first stage.Reproduce:
The text was updated successfully, but these errors were encountered: