apt-ostree/test-commit-image.oci/index.json
robojerk ceaa66fb07 Major milestone: Complete apt-ostree bootc compatibility and OCI integration
-  Real package installation (replaced mock installation)
-  Real OSTree commit creation from installed packages
-  OCI image creation from both commits and rootfs
-  Full bootc compatibility with proper labels
-  Comprehensive test suite (test-bootc-apt-ostree.sh)
-  Container tool validation (skopeo, podman)
-  Updated compatibility reports for Ubuntu Questing
-  Fixed OCI schema version and field naming issues
-  Temporary directory lifecycle fixes
-  Serde rename attributes for OCI JSON compliance

Ready for Aurora-style workflow deployment!
2025-07-20 21:06:44 +00:00

21 lines
No EOL
518 B
JSON

{
"schemaVersion": 2,
"manifests": [
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:e0af91b793f84100a7acfc73c414706a6bd42fc24f4447c6559573705683ae96",
"size": 559,
"platform": {
"architecture": "amd64",
"os": "linux",
"os_version": null,
"os_features": null,
"variant": null
},
"annotations": {
"org.opencontainers.image.ref.name": "test-commit-image"
}
}
],
"annotations": null
}