Skip to content

Commit

Permalink
feat: make image optional
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Nov 19, 2024
1 parent 9417430 commit e5e9024
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions score-v1b1.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@
"container": {
"description": "The specification of a Container within the Workload.",
"type": "object",
"required": [
"image"
],
"required": [],
"additionalProperties": false,
"properties": {
"image": {
Expand Down

0 comments on commit e5e9024

Please sign in to comment.