Skip to content

umoci 0.2.1

Choose a tag to compare

@cyphar cyphar released this 12 Apr 01:25
v0.2.1
216d1a1
  • hack/release.sh automates the process of generating all of the published
    artefacts for releases. The new script also generates signed source code
    archives. openSUSE/umoci#116
  • umoci now outputs configurations that are compliant with v1.0.0-rc5 of
    the OCI runtime-spec
    . This means that now you can use runc
    v1.0.0-rc3 with umoci (and rootless containers should work out of the box
    if you use a development build of runc). openSUSE/umoci#114
  • umoci unpack no longer adds a dummy linux.seccomp entry, and instead just
    sets it to null. openSUSE/umoci#114

Signed-off-by: Aleksa Sarai asarai@suse.de