debian-forge-composer/internal/blueprint
Christian Kellner fbd6d804f0 blueprint: add support for containers
Add a new `containers` section that can be used to request the
embedding of containers into images. The only requirement is
the source property to specify where to fetch the container from.
This suppports specifying the digest of the container or the tag.
In case none is given it defaults to the `latest` tag. The `Name`
field can be used to optionally specify a name to use inside the
image.
NB: currently no tools or apis support container resolution yet.
This follows in the next commits.
2022-07-21 13:32:07 +02:00
..
blueprint.go blueprint: add support for containers 2022-07-21 13:32:07 +02:00
blueprint_test.go blueprint: Don't allow empty password 2022-07-16 22:54:26 +01:00
customizations.go blueprint: sanitize user home directories 2022-03-28 14:08:57 +02:00
customizations_test.go blueprint: add CheckAllowed helper 2021-08-28 09:20:19 +02:00