Skip to content

Commit

Permalink
docs: make type: oci description match code (#532)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael McCracken <[email protected]>
  • Loading branch information
mikemccracken authored Nov 2, 2023
1 parent d0b712e commit c9428a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/stacker_yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ Hub.

`tar`: `url` is required, everything else is ignored.

`oci`: `url` is required, of the form `path:tag`. This uses the OCI image at
`url` (which may be a local path).
`oci`: `url` is required, and must be a local OCI layout URI of the form `oci:/local/path/image:tag`

`built`: `tag` is required, everything else is ignored. `built` bases this
layer on a previously specified layer in the stacker file.

`scratch`: which is an empty rootfs and can be used to host statically built binaries.
`scratch`: the base image is an empty rootfs, and can be used with the `dest` field
of `import` to generate minimal images, e.g. for statically built binaries.


### `import`

Expand Down

0 comments on commit c9428a0

Please sign in to comment.