Skip to content

Commit

Permalink
add simple representation for os information
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 26, 2024
1 parent 10a94ec commit e35b6ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions supercontainers/compspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"porability.mode"
]
},
"org.supercontainers.os": {
"version": "0.0.0",
"annotations": [
"name",
"release",
"vendor",
"version"
]
},
"org.supercontainers.hardware.gpu": {
"version": "0.0.0",
"annotations": [
Expand Down

0 comments on commit e35b6ef

Please sign in to comment.