Type¶
The programmatic identifier for this type is ostree.
Unit Key¶
Each unit represents a snapshot of an ostree repository. The key identifies each snapshot uniquely using a combination of the remote’s URL and the digest of the refs contained with the unit itself.
Metadata¶
timestampThe UTC timestamp of when the unit was created.
refsThe refs information:
refs: { heads [ {path: <path>, commit_id: <commit>}, {path: <path>, commit_id: <commit>} ] }