Skip to content

Commit

Permalink
restore deprecated properties to run.json schema
Browse files Browse the repository at this point in the history
- even though these properties are no longer used they ar necessary
  for processing/indexing existing data
  • Loading branch information
k-rister committed Nov 24, 2024
1 parent 9c3b46a commit c71b72f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions schema/run.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"type": "string",
"pattern": "^.+$"
},
"dest-image-url": {
"type": "string"
},
"engine-dir": {
"type": "string",
"pattern": "^.+$"
Expand All @@ -62,6 +65,30 @@
"type": "string",
"pattern": "^.+$"
},
"reg-auth": {
"type": "string"
},
"reg-host": {
"type": "string"
},
"reg-host-port": {
"type": "string"
},
"reg-label": {
"type": "string"
},
"reg-proj": {
"type": "string"
},
"reg-proto": {
"type": "string"
},
"reg-repo": {
"type": "string"
},
"reg-tls-verify": {
"type": "string"
},
"registries": {
"type": "object",
"properties": {
Expand All @@ -81,6 +108,9 @@
"type": "string",
"pattern": "^.+$"
},
"source-image-url": {
"type": "string""
},
"tool-group": {
"type": "string",
"pattern": "^.+$"
Expand Down

0 comments on commit c71b72f

Please sign in to comment.