Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
6
docs/adr/0002-opaque-object-identities.md
Normal file
6
docs/adr/0002-opaque-object-identities.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# ADR-0002: Opaque object IDs and same-directory promotion
|
||||
|
||||
Status: Accepted
|
||||
|
||||
Managed objects use opaque physical IDs. PostgreSQL maps SHA-256 content identities to physical objects. Partials and completed blobs share one shard directory so final promotion is a same-directory rename. Blob-manifest export is required because the filesystem alone is not self-describing.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue