Page MenuHomeFreeBSD

release: Avoid sparse-file handling for container image layers
ClosedPublic

Authored by dfr on Apr 14 2025, 9:48 AM.
Tags
None
Referenced Files
F154364763: D49821.id153631.diff
Tue, Apr 28, 3:19 AM
F154306605: D49821.id153711.diff
Mon, Apr 27, 5:54 PM
F154278077: D49821.id153682.diff
Mon, Apr 27, 1:41 PM
F154222628: D49821.id153711.diff
Mon, Apr 27, 5:53 AM
Unknown Object (File)
Wed, Apr 22, 4:23 AM
Unknown Object (File)
Tue, Apr 21, 4:59 PM
Unknown Object (File)
Mon, Apr 13, 4:36 AM
Unknown Object (File)
Mon, Apr 13, 2:10 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dfr requested review of this revision.Apr 14 2025, 9:48 AM

Good catch, thanks! I've fixed this in my local git repo.

LGTM, testing with stable/14 today. thanks Doug for tracking this down & explaining it.

release/scripts/make-oci-image.sh
102

s/incompatiblity/incompatibility/

This revision is now accepted and ready to land.Apr 15 2025, 9:16 AM

This version disables sparse-file handling which is the cause of the incompatibility with Podman

This revision now requires review to proceed.Apr 15 2025, 1:56 PM
dfr retitled this revision from release: use gtar for container image layers to release: Avoid sparse-file handling for container image layers.Apr 15 2025, 3:33 PM
dfr edited the summary of this revision. (Show Details)
dfr marked an inline comment as done.
In D49821#1136169, @dch wrote:

LGTM, testing with stable/14 today. thanks Doug for tracking this down & explaining it.

Could you possibly test with the new version? This simply disables the use of sparse file handling in bsdtar and avoids the need to add a dependency on gnu tar.

thanks Doug, rebuilding with latest version atm.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 15 2025, 10:02 PM
This revision was automatically updated to reflect the committed changes.