Skip to content

Commit

Permalink
Add build options (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Jan 15, 2024
1 parent 589e09c commit be7b426
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schemas/devContainer.base.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,13 @@
"items": {
"type": "string"
}
},
"options": {
"type": "array",
"description": "Additional CLI options passed when building the container image.",
"items": {
"type": "string"
}
}
}
},
Expand Down

0 comments on commit be7b426

Please # to comment.