We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a76630 commit caf905cCopy full SHA for caf905c
docs/reference/project-file/snapcraft-yaml.rst
@@ -51,6 +51,23 @@ values such as its confinement level and supported architectures.
51
52
.. kitbash-field:: Project base
53
54
+**Description**
55
+
56
+The base snap to be used as the run-time environment.
57
58
+If the ``build-base`` key is unset, then the ``base`` key also determines the build
59
+environment. For example, ``base: core24`` builds the snap in an Ubuntu 24.04
60
+environment.
61
62
+For more information about the ``base`` and ``build-base`` keys, see
63
+:ref:`reference-bases`.
64
65
+**Examples**
66
67
+.. code-block:: yaml
68
69
+ base: core24
70
71
.. py:currentmodule:: snapcraft.models.project
72
73
.. kitbash-field:: Project build_base
0 commit comments