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
Unknown Object (File)
Sat, Oct 4, 8:19 AM
Unknown Object (File)
Wed, Sep 24, 7:33 AM
Unknown Object (File)
Mon, Sep 15, 7:45 PM
Unknown Object (File)
Sep 7 2025, 5:53 PM
Unknown Object (File)
Sep 4 2025, 5:46 PM
Unknown Object (File)
Aug 29 2025, 4:32 AM
Unknown Object (File)
Aug 21 2025, 8:26 AM
Unknown Object (File)
Aug 17 2025, 11:52 PM
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.