Skip to content
Snippets Groups Projects
user avatar
Nadav Har'El authored
Until now, our manifest did not support an empty directory, so we resorted
to uploading a file ".keep" inside the directory, which is kind of ugly
(this file remains in the final image).

Instead, in upload_manifest.py, if the given file is a directory (any
directory...), put it in the cpio as a directory, which causes an empty
directory to be created.

So now our images will no longer have files like /tmp/.keep.

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
611490f3
History
Name Last commit Last update
..
etc