Skip to content

Instantly share code, notes, and snippets.

@lzap
Created February 28, 2024 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lzap/3f2b8f82dfddee6f3e6076c22a184d1a to your computer and use it in GitHub Desktop.
Save lzap/3f2b8f82dfddee6f3e6076c22a184d1a to your computer and use it in GitHub Desktop.
Netboot OCI example
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"artifactType": "application/vnd.unknown.artifact.v1",
"config": {
"mediaType": "application/vnd.oci.empty.v1+json",
"digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"size": 0
},
"layers": [
{
"mediaType": "application/x-netboot-file+zstd",
"digest": "sha256:d2c8ea44ac871211913cb4f04e92ca965f48c2b7c85d5f8b9944e917afff4da1",
"size": 383834,
"annotations": {
"org.opencontainers.image.title": "shim.efi"
}
},
{
"mediaType": "application/x-netboot-file+zstd",
"digest": "sha256:e6c3038739611511896689b5accdb5031d3c9765645547d93ccf305610db9f7d",
"size": 543783,
"annotations": {
"org.opencontainers.image.title": "grubx64.efi"
}
},
{
"mediaType": "application/x-netboot-file+zstd",
"digest": "sha256:6efd691e87ca0ae632ea71191ffceb10faffe29737f192f23bd93e66628f1727",
"size": 13047961,
"annotations": {
"org.opencontainers.image.title": "vmlinuz"
}
},
{
"mediaType": "application/x-netboot-file+zstd",
"digest": "sha256:b1dce82f733e65652dd8a8eb03734005a7efa9b5a93bcf24587ce89a1d48ca13",
"size": 101590593,
"annotations": {
"org.opencontainers.image.title": "initrd.img"
}
}
],
"annotations": {
"org.opencontainers.image.created": "2024-02-27T14:05:53Z",
"org.pulpproject.netboot.altentrypoint": "grubx64.efi",
"org.pulpproject.netboot.entrypoint": "shim.efi",
"org.pulpproject.netboot.os.arch": "x86_64",
"org.pulpproject.netboot.os.name": "rhel",
"org.pulpproject.netboot.os.version": "9.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment