Created
October 10, 2024 11:23
-
-
Save lzap/8f5d171f36eb0290d5d4e3a967863393 to your computer and use it in GitHub Desktop.
Diff between ostree initial manifest and update manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pipelines": { | |
"1": { | |
"stages": { | |
"$insert": [ | |
[ | |
0, | |
{ | |
"type": "org.osbuild.ostree.passwd", | |
"inputs": { | |
"commits": { | |
"type": "org.osbuild.ostree.checkout", | |
"origin": "org.osbuild.source", | |
"references": [ | |
"5a5d9e2c1fa0a88d1318264f58753a8a34f19a8561825fd13d69f0822af6e86d" | |
] | |
} | |
} | |
} | |
] | |
] | |
} | |
}, | |
"2": { | |
"stages": { | |
"1": { | |
"options": { | |
"parent": "5a5d9e2c1fa0a88d1318264f58753a8a34f19a8561825fd13d69f0822af6e86d" | |
} | |
} | |
} | |
} | |
}, | |
"sources": { | |
"org.osbuild.ostree": { | |
"items": { | |
"5a5d9e2c1fa0a88d1318264f58753a8a34f19a8561825fd13d69f0822af6e86d": { | |
"remote": { | |
"url": "http://localhost/ccb2194f-9876-4e76-9e64-a338a32df230/" | |
} | |
} | |
} | |
} | |
} | |
} |
Author
lzap
commented
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment