Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
* Support for `scratch`

Prior to v0.40.1, `stacker` did not support empty root filesystems to be used a
base container image. The support has now been added which can be used to host
base container image. The support has now been [added](reference/stacker_file.md#import-dest#from) which can be used to host
statically built binaries.

* Support for `import`ing content into container image

Prior to v0.40.1, copying content into a layer permanently involved bind
mounting a shell such as busybox and invoking appropriate commands using the
`run` directive. Now `import` directive allows for the `dest` option to achieve
`run` directive. Now `import` directive [allows](reference/stacker_file.md#import-dest) for the `dest` option to achieve
the same.

* Some `squashfs` improvements

While build squashfs layers, use `squashfuse_ll` if available which is faster.
While building squashfs layers, use `squashfuse_ll` if available which is faster.