Talk:Apk spec: Difference between revisions

From Alpine Linux
No edit summary
No edit summary
Line 6: Line 6:
| '''Tar''' || apk-tar-segment-1 || apk-tar-segment-2 || apk-tarball
| '''Tar''' || apk-tar-segment-1 || apk-tar-segment-2 || apk-tarball
|-
|-
| '''Blocks''' || [h1, d, ...] || [h, d, ...] || [h, d, h, d, ..., e1, e2 ]
| '''Blocks''' || [h1, d, ...] || [h, d, ...] || [h, d, h, d, ..., eof1, eof2 ]
|-
|-
| '''Files''' || Package Signature || Control Data || Package Data
| '''Files''' || Package Signature || Control Data || Package Data
Line 18: Line 18:
| '''Tar''' || index-tar-segment-1 || index-tar-segment-2  
| '''Tar''' || index-tar-segment-1 || index-tar-segment-2  
|-
|-
| '''Blocks''' || [h1, d, ...] || [h, d, ..., d1, d2]
| '''Blocks''' || [h1, d, ...] || [h, d, ..., eof1, eof2]
|-
|-
| '''Files''' || Index Signature || Description and APKINDEX  
| '''Files''' || Index Signature || Description and APKINDEX  
|}
|}

Revision as of 17:31, 11 December 2022

APK v2 package layout
Gzip Streams apk-gzip-stream1 apk-gzip-stream2 apk-gzip-stream-3
Tar apk-tar-segment-1 apk-tar-segment-2 apk-tarball
Blocks [h1, d, ...] [h, d, ...] [h, d, h, d, ..., eof1, eof2 ]
Files Package Signature Control Data Package Data
Index v2 layout
Gzip Streams index-gzip-stream1 index-gzip-stream2
Tar index-tar-segment-1 index-tar-segment-2
Blocks [h1, d, ...] [h, d, ..., eof1, eof2]
Files Index Signature Description and APKINDEX