Commit 38bb78f
Fix tarball structure for podman/docker load compatibility
Remove directory wrapper from OCI tarballs to support podman load and
docker load commands. These tools expect OCI layout files (blobs/,
index.json, oci-layout) at the tarball root, not wrapped in a directory.
Changes:
- Use 'tar -C dir .' instead of 'tar dir' to archive contents without wrapper
- Tarballs now have OCI files at root level for direct loading
Fixes #21
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>1 parent 6ab13d5 commit 38bb78f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments