Skip to content

Commit 5dcb3d4

Browse files
committed
docs: Update documentation regarding private repos
Signed-off-by: Rolf Neugebauer <[email protected]>
1 parent 04c061f commit 5dcb3d4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/yaml.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration Reference
22

3-
The `moby` tool assembles a set of containerised components into in image. The simplest
3+
The `linuxkit build` command assembles a set of containerised components into in image. The simplest
44
type of image is just a `tar` file of the contents (useful for debugging) but more useful
55
outputs add a `Dockerfile` to build a container, or build a full disk image that can be
66
booted as a linuxKit VM. The main use case is to build an assembly that includes
@@ -10,6 +10,11 @@ The yaml configuration specifies the components used to build up an image . All
1010
are downloaded at build time to create an image. The image is self-contained and immutable,
1111
so it can be tested reliably for continuous delivery.
1212

13+
Components are specified as Docker images which are pulled from a registry during build if they
14+
are not available locally. The Docker images are optionally verified with Docker Content Trust.
15+
For private registries or private repositories on a registry credentials provided via
16+
`docker login` are re-used.
17+
1318
The configuration file is processed in the order `kernel`, `init`, `onboot`, `onshutdown`,
1419
`services`, `files`. Each section adds files to the root file system. Sections may be omitted.
1520

0 commit comments

Comments
 (0)