opencontainers/umoci: umoci 0.4.6
Creators
- 1. @SUSE Linux GmbH
- 2. NVIDIA
- 3. @isovalent
- 4. @RedHatOfficial
- 5. Sylabs Inc.
- 6. Youdao, Inc.
- 7. NTT
- 8. Red Hat
- 9. @kinvolk
Description
umoci has been adopted by the Open Container Initative as a reference implementation of the OCI Image Specification. This will have little impact on the roadmap or scope of umoci, but it does further solidify umoci as a useful piece of "boring container infrastructure" that can be used to build larger systems.
AddedNOTICE: As part of the adoption procedure, the import path and module name of umoci has changed from
github.com/openSUSE/umoci
togithub.com/opencontainers/umoci
. This means that users of our (still unstable) Go API will have to change their import paths in order to update to newer versions of umoci.The old GitHub project will contain a snapshot of
v0.4.5
with a few minor changes to the readme that explain the situation. Go projects which import import the archived project will receive build warnings that explain the need to update their import paths.
- umoci now builds on MacOS, and we currently run the unit tests on MacOS to hopefully catch core regressions (in the future we will get the integration tests running to catch more possible regressions). opencontainers/umoci#318
- Suppress repeated xattr warnings on destination filesystems that do not support xattrs. opencontainers/umoci#311
- Work around a long-standing issue in our command-line parsing library (see
urfave/cli#1152) by disabling argument re-ordering for
umoci config
, which often takes-
-prefixed flag arguments. opencontainers/umoci#328
Thanks to all of the people who made this release possible:
- Aleksa Sarai asarai@suse.de
- David Trudgian dave@trudgian.net
- Ramkumar Chinchani rchincha@cisco.com
- Tycho Andersen tycho@tycho.ws
Signed-off-by: Aleksa Sarai asarai@suse.de
Files
opencontainers/umoci-v0.4.6.zip
Files
(3.0 MB)
Name | Size | Download all |
---|---|---|
md5:03754ec42a8ef6ea0865bedc5104a532
|
3.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/opencontainers/umoci/tree/v0.4.6 (URL)