apt-ostree/test-bootc-image/blobs/sha256/8c9b7bd5dafa92c665508a03b0a9b1e8bec6e36d33487cfacaf927b58078bc74
robojerk d295f9bb4d 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

35 lines
No EOL
911 B
Text

{
"architecture": "amd64",
"author": "apt-ostree",
"config": {
"Cmd": null,
"Entrypoint": null,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"ExposedPorts": {},
"Labels": {
"org.aptostree.created": "2025-07-20T20:28:07.917176971+00:00",
"org.bootc.bootable": "true",
"org.bootc.ostree": "true",
"org.opencontainers.image.description": "Image built with apt-ostree",
"org.opencontainers.image.title": "apt-ostree-image"
},
"User": "root",
"Volumes": {},
"WorkingDir": "/"
},
"created": "2025-07-20T20:28:07.917176971+00:00",
"history": [
{
"comment": "Created by apt-ostree",
"created": "2025-07-20T20:28:07.917176971+00:00",
"created_by": "apt-ostree compose build-chunked-oci"
}
],
"os": "linux",
"rootfs": {
"diff_ids": [],
"type": "layers"
}
}