Skip to content

v0.3.3

Latest

Choose a tag to compare

@vvoland vvoland released this 05 Aug 15:40
· 15 commits to main since this release
v0.3.3
ae9e219

What's Changed

  • Fix a regression introduced in v0.3.0 that caused archive extraction to reject hardlinks with absolute targets, as produced by
    some image builders. Absolute hardlink targets are now resolved relative to the extraction root, while paths that escape the root
    remain rejected. moby/go-archive#100
  • Fix a regression introduced in v0.3.0 that caused archive extraction to fail when applying permissions to device nodes, including
    nodes on nodev filesystems and dev/ptmx. Device nodes are now referenced without opening the underlying device before applying
    their mode. moby/go-archive#103
  • Set close-on-exec on file descriptors used by the Linux permission fallback to prevent them from leaking into child processes.
    moby/go-archive#104

Full Changelog: v0.3.2...v0.3.3