Releases: mudler/docker-companion
Releases · mudler/docker-companion
v0.4.5: Refactor, breaking API changes
v0.4.4: Add Unpack Methods
Uncompressing with tar and --xattrs is too much depending on the system configuration which is being run on. For example, it seems with certain versions of gnutar it's not possible to extract cap bits, and bsdtar should be used instead. With this change we glob methods used by moby, containerd and umoci to unpack layers and thus removing the tar dependency when unpacking docker image layers.
v0.4.3
v0.4.2
v0.4.1: Merge pull request #2 from geaaru/fix-clean-docker-files
Avoid exception if files .dockerinit / .dockerenv aren't present