test: update manifests
Edge and IoT manifests are modified from the new option handling. The "parent" commit ID isn't specified in the options anymore, but it is (fake) resolved by the manifest generator. Of particular note is the iot-raw-image manifest that now properly uses the commit ID in the copy stage for the firmware. The resolved ostree commits are now stored in the content part of the manifest metadata alongside package specs and containers.
This commit is contained in:
parent
403fe74ce4
commit
40719798d0
141 changed files with 2130 additions and 590 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -9014,7 +9014,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -11499,7 +11499,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -22207,5 +22207,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -9044,7 +9044,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -11551,7 +11551,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -22256,5 +22256,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -2059,7 +2059,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3320,7 +3320,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -5813,5 +5813,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -2411,7 +2411,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -7212,7 +7212,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -13647,5 +13647,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -9216,7 +9216,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -11754,7 +11754,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -22682,5 +22682,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -9246,7 +9246,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -11806,7 +11806,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -22731,5 +22731,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -2171,7 +2171,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3501,7 +3501,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6134,5 +6134,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -2459,7 +2459,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -7403,7 +7403,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -13988,5 +13988,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2123,7 +2123,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3466,7 +3466,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6039,5 +6039,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -9604,7 +9604,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12287,7 +12287,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -23725,5 +23725,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -9634,7 +9634,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12339,7 +12339,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -23774,5 +23774,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -2123,7 +2123,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3489,7 +3489,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6062,5 +6062,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -2507,7 +2507,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -7415,7 +7415,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -13980,5 +13980,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2250,7 +2250,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3665,7 +3665,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6388,5 +6388,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -9790,7 +9790,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12517,7 +12517,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -24145,5 +24145,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -9820,7 +9820,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12569,7 +12569,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -24194,5 +24194,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -2250,7 +2250,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3688,7 +3688,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6411,5 +6411,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -2562,7 +2562,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -7603,7 +7603,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -14308,5 +14308,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -10708,7 +10708,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -13811,7 +13811,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26616,5 +26616,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -10737,7 +10737,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -13862,7 +13862,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26667,5 +26667,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1889,7 +1889,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2307,130 +2307,130 @@
|
|||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
|
|
@ -3190,7 +3190,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5453,5 +5453,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1964,7 +1964,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2671,130 +2671,130 @@
|
|||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
|
|
@ -3574,7 +3574,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5837,5 +5837,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -10934,7 +10934,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -14099,7 +14099,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -27154,5 +27154,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -10963,7 +10963,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -14150,7 +14150,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -27205,5 +27205,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1897,7 +1897,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -3021,7 +3021,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5294,5 +5294,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1972,7 +1972,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -3405,7 +3405,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5678,5 +5678,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -10676,7 +10676,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -13734,7 +13734,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26499,5 +26499,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -10705,7 +10705,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -13785,7 +13785,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26550,5 +26550,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1881,7 +1881,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2299,130 +2299,130 @@
|
|||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
|
|
@ -3179,7 +3179,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5432,5 +5432,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1956,7 +1956,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2663,130 +2663,130 @@
|
|||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
|
|
@ -3563,7 +3563,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5816,5 +5816,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -10886,7 +10886,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -14003,7 +14003,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26998,5 +26998,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -10915,7 +10915,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -14054,7 +14054,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -27049,5 +27049,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1881,7 +1881,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2999,7 +2999,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5252,5 +5252,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1956,7 +1956,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -3383,7 +3383,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5636,5 +5636,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -10660,7 +10660,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -13715,7 +13715,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26480,5 +26480,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -10689,7 +10689,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -13766,7 +13766,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26531,5 +26531,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1875,7 +1875,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2293,130 +2293,130 @@
|
|||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
|
|
@ -3176,7 +3176,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5439,5 +5439,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1950,7 +1950,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2657,130 +2657,130 @@
|
|||
"type": "org.osbuild.ostree.checkout",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": [
|
||||
""
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
]
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"paths": [
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-2-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b-plus.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-3-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-cm3.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2-w.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2710-rpi-zero-2.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-4-b.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-400.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bcm2711-rpi-cm4s.dtb",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/bootcode.bin",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/config.txt",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/config.txt",
|
||||
"to": "mount://root/boot/efi/config.txt"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup4x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_cd.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_db.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/fixup_x.dat",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/overlays",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/overlays",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/share/uboot/rpi_arm64/u-boot.bin",
|
||||
"to": "mount://root/boot/efi/rpi-u-boot.bin"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start4x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_cd.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_db.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
},
|
||||
{
|
||||
"from": "input://ostree-tree//usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"from": "input://ostree-tree/88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6/usr/lib/ostree-boot/efi/start_x.elf",
|
||||
"to": "mount://root/boot/efi/"
|
||||
}
|
||||
]
|
||||
|
|
@ -3560,7 +3560,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5823,5 +5823,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -10870,7 +10870,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -13984,7 +13984,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -26979,5 +26979,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/iot",
|
||||
"url": "http://iot.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -10899,7 +10899,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"ref": "test/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -14035,7 +14035,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f": {
|
||||
"remote": {
|
||||
"url": "http://iot.example.com/repo"
|
||||
}
|
||||
|
|
@ -27030,5 +27030,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/iot",
|
||||
"URL": "http://iot.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "466e747c4d158f3443d3f92407e9f93a6ec8a2cbf0565ab716850f027b90a76f"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1875,7 +1875,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -2996,7 +2996,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5259,5 +5259,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1950,7 +1950,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"ref": "test/fedora/iot"
|
||||
}
|
||||
}
|
||||
|
|
@ -3380,7 +3380,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"": {
|
||||
"88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6": {
|
||||
"remote": {
|
||||
"url": "http://fedora.example.com/repo"
|
||||
}
|
||||
|
|
@ -5643,5 +5643,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/fedora/iot",
|
||||
"URL": "http://fedora.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "88a9428978d79e31177c543da1d32a338ec6fd95522f5e50e12f39a4dfd2eae6"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3775,7 +3775,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6368,7 +6368,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16331,5 +16331,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3805,7 +3805,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6420,7 +6420,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16380,5 +16380,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -814,7 +814,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2072,7 +2072,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4308,5 +4308,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -951,7 +951,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3994,7 +3994,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -9769,5 +9769,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3879,7 +3879,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6537,7 +6537,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16734,5 +16734,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3909,7 +3909,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6589,7 +6589,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16783,5 +16783,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -856,7 +856,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2183,7 +2183,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4545,5 +4545,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -969,7 +969,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -4110,7 +4110,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -10020,5 +10020,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3754,7 +3754,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6293,7 +6293,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16193,5 +16193,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3784,7 +3784,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6345,7 +6345,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16242,5 +16242,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3852,7 +3852,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6450,7 +6450,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16566,5 +16566,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3882,7 +3882,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6502,7 +6502,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16615,5 +16615,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3718,7 +3718,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6248,7 +6248,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16040,5 +16040,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3718,7 +3718,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6248,7 +6248,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16037,5 +16037,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3816,7 +3816,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6405,7 +6405,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16413,5 +16413,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3816,7 +3816,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6405,7 +6405,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16410,5 +16410,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3712,7 +3712,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6239,7 +6239,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16013,5 +16013,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3742,7 +3742,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6291,7 +6291,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16062,5 +16062,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -814,7 +814,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2072,7 +2072,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4308,5 +4308,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -954,7 +954,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3997,7 +3997,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -9781,5 +9781,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3810,7 +3810,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6396,7 +6396,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16386,5 +16386,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3840,7 +3840,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6448,7 +6448,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16435,5 +16435,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -856,7 +856,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2183,7 +2183,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4545,5 +4545,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -972,7 +972,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -4113,7 +4113,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -10032,5 +10032,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3775,7 +3775,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6368,7 +6368,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16331,5 +16331,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3805,7 +3805,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6420,7 +6420,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16380,5 +16380,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -814,7 +814,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2072,7 +2072,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4308,5 +4308,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -951,7 +951,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3994,7 +3994,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -9769,5 +9769,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3879,7 +3879,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6537,7 +6537,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16734,5 +16734,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3909,7 +3909,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6589,7 +6589,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16783,5 +16783,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -856,7 +856,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2183,7 +2183,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4545,5 +4545,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -969,7 +969,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -4110,7 +4110,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -10020,5 +10020,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3775,7 +3775,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6368,7 +6368,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16331,5 +16331,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3805,7 +3805,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6420,7 +6420,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16380,5 +16380,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -814,7 +814,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2072,7 +2072,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4308,5 +4308,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -951,7 +951,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3994,7 +3994,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -9769,5 +9769,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8915,14 +8915,6 @@
|
|||
},
|
||||
"containers": {
|
||||
"os": [
|
||||
{
|
||||
"Source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal",
|
||||
"Digest": "sha256:4d76a7480ce1861c95975945633dc9d03807ffb45c64b664ef22e673798d414b",
|
||||
"TLSVerify": null,
|
||||
"ImageID": "sha256:d4ee87dab8193afad523b1042b9d3f5ec887555a704e5aaec2876798ebb585a6",
|
||||
"LocalName": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal:latest",
|
||||
"ListDigest": ""
|
||||
},
|
||||
{
|
||||
"Source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test",
|
||||
"Digest": "sha256:601c98c8148720ec5c29b8e854a1d5d88faddbc443eca12920d76cf993d7290e",
|
||||
|
|
@ -8930,6 +8922,14 @@
|
|||
"ImageID": "sha256:dbb63178dc9157068107961f11397df3fb62c02fa64f697d571bf84aad71cb99",
|
||||
"LocalName": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test:v1",
|
||||
"ListDigest": "sha256:58150862447d05feeb263ddb7257bf11d2ce2a697362ac117de2184d10f028fc"
|
||||
},
|
||||
{
|
||||
"Source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal",
|
||||
"Digest": "sha256:4d76a7480ce1861c95975945633dc9d03807ffb45c64b664ef22e673798d414b",
|
||||
"TLSVerify": null,
|
||||
"ImageID": "sha256:d4ee87dab8193afad523b1042b9d3f5ec887555a704e5aaec2876798ebb585a6",
|
||||
"LocalName": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal:latest",
|
||||
"ListDigest": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3879,7 +3879,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6537,7 +6537,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16734,5 +16734,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3909,7 +3909,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6589,7 +6589,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16783,5 +16783,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -856,7 +856,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2183,7 +2183,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4545,5 +4545,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -969,7 +969,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -4110,7 +4110,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -10020,5 +10020,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3781,7 +3781,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6380,7 +6380,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16361,5 +16361,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3811,7 +3811,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6432,7 +6432,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16410,5 +16410,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -814,7 +814,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2072,7 +2072,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4308,5 +4308,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -951,7 +951,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3994,7 +3994,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -9769,5 +9769,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -3885,7 +3885,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6549,7 +6549,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -16764,5 +16764,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -3915,7 +3915,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -6601,7 +6601,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -16813,5 +16813,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -856,7 +856,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -2183,7 +2183,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -4545,5 +4545,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -969,7 +969,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -4110,7 +4110,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -10020,5 +10020,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2188,7 +2188,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3541,7 +3541,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6194,5 +6194,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -9797,7 +9797,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12525,7 +12525,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -24203,5 +24203,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -9827,7 +9827,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12577,7 +12577,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -24252,5 +24252,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -2188,7 +2188,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3564,7 +3564,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6217,5 +6217,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -2572,7 +2572,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -7481,7 +7481,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -14126,5 +14126,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2308,7 +2308,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3733,7 +3733,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6536,5 +6536,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": true
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -9967,7 +9967,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12736,7 +12736,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo",
|
||||
"secrets": {
|
||||
|
|
@ -24594,5 +24594,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "org.osbuild.rhsm.consumer",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {
|
||||
|
|
@ -9997,7 +9997,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -12788,7 +12788,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -24643,5 +24643,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"bootiso-tree": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"ostree": {
|
||||
"ref": "test/edge",
|
||||
"url": "http://edge.example.com/repo",
|
||||
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
|
||||
"parent": "",
|
||||
"rhsm": false
|
||||
},
|
||||
"blueprint": {}
|
||||
|
|
@ -2308,7 +2308,7 @@
|
|||
"type": "org.osbuild.ostree",
|
||||
"origin": "org.osbuild.source",
|
||||
"references": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"ref": "test/edge"
|
||||
}
|
||||
}
|
||||
|
|
@ -3756,7 +3756,7 @@
|
|||
},
|
||||
"org.osbuild.ostree": {
|
||||
"items": {
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff": {
|
||||
"8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad": {
|
||||
"remote": {
|
||||
"url": "http://edge.example.com/repo"
|
||||
}
|
||||
|
|
@ -6559,5 +6559,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ostree-commits": {
|
||||
"ostree-deployment": [
|
||||
{
|
||||
"Ref": "test/edge",
|
||||
"URL": "http://edge.example.com/repo",
|
||||
"ContentURL": "",
|
||||
"Secrets": "",
|
||||
"Checksum": "8119013dc0bbd4a0140d7392c3a07395399d5a12112f911bd3fc37ba6b7df6ad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no-image-info": true
|
||||
}
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue