Skip to content

Instantly share code, notes, and snippets.

@lzap
Created October 10, 2024 11:23
Show Gist options
  • Save lzap/8f5d171f36eb0290d5d4e3a967863393 to your computer and use it in GitHub Desktop.
Save lzap/8f5d171f36eb0290d5d4e3a967863393 to your computer and use it in GitHub Desktop.
Diff between ostree initial manifest and update manifest
{
"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/"
}
}
}
}
}
}
@lzap
Copy link
Author

lzap commented Oct 10, 2024

1784a1785,1796
>                     "type": "org.osbuild.ostree.passwd",
>                     "inputs": {
>                         "commits": {
>                             "type": "org.osbuild.ostree.checkout",
>                             "origin": "org.osbuild.source",
>                             "references": [
>                                 "5a5d9e2c1fa0a88d1318264f58753a8a34f19a8561825fd13d69f0822af6e86d"
>                             ]
>                         }
>                     }
>                 },
>                 {
4922c4934,4935
<                         "os_version": "40"
---
>                         "os_version": "40",
>                         "parent": "5a5d9e2c1fa0a88d1318264f58753a8a34f19a8561825fd13d69f0822af6e86d"
6147a6161,6169
>                 }
>             }
>         },
>         "org.osbuild.ostree": {
>             "items": {
>                 "5a5d9e2c1fa0a88d1318264f58753a8a34f19a8561825fd13d69f0822af6e86d": {
>                     "remote": {
>                         "url": "http://localhost/ccb2194f-9876-4e76-9e64-a338a32df230/"
>                     }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment