From cbe5c047d71d0d987e262b5f0cd28f268a569332 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Sat, 23 Mar 2024 15:56:47 +0100 Subject: [PATCH] docs: add note for Vib v0.6.0 --- docs/articles/en/recipe-structure.md | 3 +++ docs/articles/en/use-modules.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/articles/en/recipe-structure.md b/docs/articles/en/recipe-structure.md index 6dc9ede..5677ed5 100644 --- a/docs/articles/en/recipe-structure.md +++ b/docs/articles/en/recipe-structure.md @@ -9,6 +9,9 @@ Tags: - recipe --- +> **Note** +> Stages were introduced in Vib v0.6.0, if you are using an older version, please keep in mind all the stage's fields are at the top level of the recipe, so no multiple stages are supported. + A Vib recipe is a YAML file that contains the instructions to build a container image. It's composed of two blocks: - metadata diff --git a/docs/articles/en/use-modules.md b/docs/articles/en/use-modules.md index 4a2180b..44812d6 100644 --- a/docs/articles/en/use-modules.md +++ b/docs/articles/en/use-modules.md @@ -12,6 +12,9 @@ Modules are a fundamental part of Vib, likely the thing you will interact with t ## Familiarize with Vib Recipes +> **Note** +> Stages were introduced in Vib v0.6.0, if you are using an older version, please keep in mind all the stage's fields are at the top level of the recipe, so no multiple stages are supported. + Before diving into the modules, it's important to understand the structure of a Vib recipe. ![Vib Recipe Structure](https://vib.vanillaos.org/uploads/vib-recipe-structure.png)