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)
Mon, Jun 16, 8:54 AM
Unknown Object (File)
Sun, Jun 15, 12:26 PM
Unknown Object (File)
Sat, Jun 14, 11:34 PM
Unknown Object (File)
Fri, Jun 13, 2:21 PM
Unknown Object (File)
Thu, Jun 12, 2:21 PM
Unknown Object (File)
Sun, Jun 8, 7:27 PM
Unknown Object (File)
Sun, Jun 8, 7:24 AM
Unknown Object (File)
Mon, Jun 2, 1:01 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.