You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/cli/reference/kraftfile/v0.6.mdx
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ The provided path to the `rootfs` element can be one of the following:
157
157
- [A path to a directory](#specifying-a-directory) which is then dynamically serialized into a CPIO archive; or,
158
158
- [A path to a `Dockerfile`](#specifying-a-dockerfile) which will be constructed via [BuildKit](https://github.com/moby/buildkit) and then dynamically serialized into a CPIO archive.
159
159
[Learn more about how to enable this feature in KraftKit](/docs/cli/filesystem#using-a-dockerfile-as-a-static-root-filesystem).
160
+
- [A path to a tarball](#specifying-a-tarball) which will extract and repackage the tarball as a CPIO archive. In the future we plan to support [tarballs and other file system types directly as initramfs](https://github.com/unikraft/unikraft/issues/1571).
160
161
161
162
When invoking `kraft build` or `kraft run` and the provided path of the `rootfs` is either a directory or a `Dockerfile`, the resulting filesystem will be dynamically serialized and stored in `.unikraft/build/initramfs.cpio`.
0 commit comments