umoci 0.4.3
- All umoci commands that had
--history.*
options can now decide to omit a
history entry with--no-history
. Note that while this is supported for
commands that create layers (umoci repack
,umoci insert
, andumoci raw add-layer
) it is not recommended to use it for those commands since it can
cause other tools to become confused when inspecting the image history. The
primary usecase is to allowumoci config --no-history
to leave no traces in
the history. See OSInside/kiwi#871. openSUSE/umoci#270 umoci insert
now has a--tag
option that allows you to non-destructively
insert files into an image. The semantics matchumoci config --tag
.
openSUSE/umoci#273
Thanks to all of the people that made this release possible:
- Aleksa Sarai asarai@suse.de
- Jintao Zhang zhangjintao9020@gmail.com
- Tycho Andersen tycho@tycho.ws
Signed-off-by: Aleksa Sarai asarai@suse.de