Skip to content

Commit e9face6

Browse files
chore: chore: update Updatecli jsonschema (#2642)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 45c5963 commit e9face6

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

content/en/schema/latest/policy/manifest/config.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5107,19 +5107,19 @@
51075107
"properties": {
51085108
"architecture": {
51095109
"type": "string",
5110-
"description": "architecture specifies the container image architecture such as `amd64`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition\n\n\t\tdefault:\n\t\t\tamd64"
5110+
"description": "architecture specifies the container image architecture such as `amd64`\n\ncompatible:\n\t* source\n\t* condition\n\ndefault: amd64"
51115111
},
51125112
"image": {
51135113
"type": "string",
5114-
"description": "image specifies the container image such as `updatecli/updatecli`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition"
5114+
"description": "image specifies the container image such as `updatecli/updatecli`\n\nexample: `updatecli/updatecli`\n\ncompatible:\n\t* source\n\t* condition"
51155115
},
51165116
"tag": {
51175117
"type": "string",
5118-
"description": "tag specifies the container image tag such as `latest`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition"
5118+
"description": "tag specifies the container image tag such as `latest`\n\ncompatible:\n\t* source\n\t* condition"
51195119
},
51205120
"digest": {
51215121
"type": "string",
5122-
"description": "digest specifies the container image digest such as `sha256:ce782db15ab5491c6c6178da8431b3db66988ccd11512034946a9667846952a6`\n\n\t\tcompatible:\n\t\t\t* condition\n\n\t\tdefault:\n\t\t\tWhen used from a condition, the default value is set to the linked source output."
5122+
"description": "digest specifies the container image digest such as `sha256:ce782db15ab5491c6c6178da8431b3db66988ccd11512034946a9667846952a6`\n\ncompatible:\n\t* condition\n\ndefault:\n\tWhen used from a condition, the default value is set to the linked source output."
51235123
},
51245124
"username": {
51255125
"type": "string",
@@ -5135,7 +5135,7 @@
51355135
},
51365136
"hidetag": {
51375137
"type": "boolean",
5138-
"description": "hideTag specifies if the tag should be hidden from the digest\n\n\t\tcompatible:\n\t\t\t* source\n\n\t\tdefault:\n\t\t\tfalse"
5138+
"description": "hideTag specifies if the tag should be hidden from the digest\n\ncompatible:\n\t* source\n\ndefault:\n\tfalse"
51395139
}
51405140
},
51415141
"additionalProperties": false,
@@ -5308,21 +5308,21 @@
53085308
"properties": {
53095309
"file": {
53105310
"type": "string",
5311-
"description": "File specifies the dockerimage file path to use and is incompatible with Files"
5311+
"description": "file specifies the dockerimage file path to use and is incompatible with Files\n\ndefault: \"\"\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n remark:\n File is not compatible with Files. Only one of the two should be specified."
53125312
},
53135313
"files": {
53145314
"items": {
53155315
"type": "string"
53165316
},
53175317
"type": "array",
5318-
"description": "Files specifies the dockerimage file path(s) to use and is incompatible with File"
5318+
"description": "Files specifies the dockerimage file path(s) to use and is incompatible with File\n\ndefault: []\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n remark:\n Files is not compatible with File. Only one of the two should be specified."
53195319
},
53205320
"instruction": {
5321-
"description": "Instruction specifies a DockerImage instruction such as ENV"
5321+
"description": "Instruction specifies a DockerImage instruction such as ENV\nInstruction can be specified as a simple string or as a map with keyword and matcher keys.\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n default: empty\n\n example:\n ```yaml\n instruction:\n keyword: \"FROM\"\n matcher: \"alpine\"\n ```"
53225322
},
53235323
"value": {
53245324
"type": "string",
5325-
"description": "Value specifies the value for a specified Dockerfile instruction."
5325+
"description": "Value specifies the value for a specified Dockerfile instruction.\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\ndefault: source output"
53265326
},
53275327
"stage": {
53285328
"type": "string",
@@ -13668,19 +13668,19 @@
1366813668
"properties": {
1366913669
"architecture": {
1367013670
"type": "string",
13671-
"description": "architecture specifies the container image architecture such as `amd64`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition\n\n\t\tdefault:\n\t\t\tamd64"
13671+
"description": "architecture specifies the container image architecture such as `amd64`\n\ncompatible:\n\t* source\n\t* condition\n\ndefault: amd64"
1367213672
},
1367313673
"image": {
1367413674
"type": "string",
13675-
"description": "image specifies the container image such as `updatecli/updatecli`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition"
13675+
"description": "image specifies the container image such as `updatecli/updatecli`\n\nexample: `updatecli/updatecli`\n\ncompatible:\n\t* source\n\t* condition"
1367613676
},
1367713677
"tag": {
1367813678
"type": "string",
13679-
"description": "tag specifies the container image tag such as `latest`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition"
13679+
"description": "tag specifies the container image tag such as `latest`\n\ncompatible:\n\t* source\n\t* condition"
1368013680
},
1368113681
"digest": {
1368213682
"type": "string",
13683-
"description": "digest specifies the container image digest such as `sha256:ce782db15ab5491c6c6178da8431b3db66988ccd11512034946a9667846952a6`\n\n\t\tcompatible:\n\t\t\t* condition\n\n\t\tdefault:\n\t\t\tWhen used from a condition, the default value is set to the linked source output."
13683+
"description": "digest specifies the container image digest such as `sha256:ce782db15ab5491c6c6178da8431b3db66988ccd11512034946a9667846952a6`\n\ncompatible:\n\t* condition\n\ndefault:\n\tWhen used from a condition, the default value is set to the linked source output."
1368413684
},
1368513685
"username": {
1368613686
"type": "string",
@@ -13696,7 +13696,7 @@
1369613696
},
1369713697
"hidetag": {
1369813698
"type": "boolean",
13699-
"description": "hideTag specifies if the tag should be hidden from the digest\n\n\t\tcompatible:\n\t\t\t* source\n\n\t\tdefault:\n\t\t\tfalse"
13699+
"description": "hideTag specifies if the tag should be hidden from the digest\n\ncompatible:\n\t* source\n\ndefault:\n\tfalse"
1370013700
}
1370113701
},
1370213702
"additionalProperties": false,
@@ -13878,21 +13878,21 @@
1387813878
"properties": {
1387913879
"file": {
1388013880
"type": "string",
13881-
"description": "File specifies the dockerimage file path to use and is incompatible with Files"
13881+
"description": "file specifies the dockerimage file path to use and is incompatible with Files\n\ndefault: \"\"\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n remark:\n File is not compatible with Files. Only one of the two should be specified."
1388213882
},
1388313883
"files": {
1388413884
"items": {
1388513885
"type": "string"
1388613886
},
1388713887
"type": "array",
13888-
"description": "Files specifies the dockerimage file path(s) to use and is incompatible with File"
13888+
"description": "Files specifies the dockerimage file path(s) to use and is incompatible with File\n\ndefault: []\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n remark:\n Files is not compatible with File. Only one of the two should be specified."
1388913889
},
1389013890
"instruction": {
13891-
"description": "Instruction specifies a DockerImage instruction such as ENV"
13891+
"description": "Instruction specifies a DockerImage instruction such as ENV\nInstruction can be specified as a simple string or as a map with keyword and matcher keys.\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n default: empty\n\n example:\n ```yaml\n instruction:\n keyword: \"FROM\"\n matcher: \"alpine\"\n ```"
1389213892
},
1389313893
"value": {
1389413894
"type": "string",
13895-
"description": "Value specifies the value for a specified Dockerfile instruction."
13895+
"description": "Value specifies the value for a specified Dockerfile instruction.\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\ndefault: source output"
1389613896
},
1389713897
"stage": {
1389813898
"type": "string",
@@ -22571,19 +22571,19 @@
2257122571
"properties": {
2257222572
"architecture": {
2257322573
"type": "string",
22574-
"description": "architecture specifies the container image architecture such as `amd64`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition\n\n\t\tdefault:\n\t\t\tamd64"
22574+
"description": "architecture specifies the container image architecture such as `amd64`\n\ncompatible:\n\t* source\n\t* condition\n\ndefault: amd64"
2257522575
},
2257622576
"image": {
2257722577
"type": "string",
22578-
"description": "image specifies the container image such as `updatecli/updatecli`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition"
22578+
"description": "image specifies the container image such as `updatecli/updatecli`\n\nexample: `updatecli/updatecli`\n\ncompatible:\n\t* source\n\t* condition"
2257922579
},
2258022580
"tag": {
2258122581
"type": "string",
22582-
"description": "tag specifies the container image tag such as `latest`\n\n\t\tcompatible:\n\t\t\t* source\n\t\t\t* condition"
22582+
"description": "tag specifies the container image tag such as `latest`\n\ncompatible:\n\t* source\n\t* condition"
2258322583
},
2258422584
"digest": {
2258522585
"type": "string",
22586-
"description": "digest specifies the container image digest such as `sha256:ce782db15ab5491c6c6178da8431b3db66988ccd11512034946a9667846952a6`\n\n\t\tcompatible:\n\t\t\t* condition\n\n\t\tdefault:\n\t\t\tWhen used from a condition, the default value is set to the linked source output."
22586+
"description": "digest specifies the container image digest such as `sha256:ce782db15ab5491c6c6178da8431b3db66988ccd11512034946a9667846952a6`\n\ncompatible:\n\t* condition\n\ndefault:\n\tWhen used from a condition, the default value is set to the linked source output."
2258722587
},
2258822588
"username": {
2258922589
"type": "string",
@@ -22599,7 +22599,7 @@
2259922599
},
2260022600
"hidetag": {
2260122601
"type": "boolean",
22602-
"description": "hideTag specifies if the tag should be hidden from the digest\n\n\t\tcompatible:\n\t\t\t* source\n\n\t\tdefault:\n\t\t\tfalse"
22602+
"description": "hideTag specifies if the tag should be hidden from the digest\n\ncompatible:\n\t* source\n\ndefault:\n\tfalse"
2260322603
}
2260422604
},
2260522605
"additionalProperties": false,
@@ -22790,21 +22790,21 @@
2279022790
"properties": {
2279122791
"file": {
2279222792
"type": "string",
22793-
"description": "File specifies the dockerimage file path to use and is incompatible with Files"
22793+
"description": "file specifies the dockerimage file path to use and is incompatible with Files\n\ndefault: \"\"\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n remark:\n File is not compatible with Files. Only one of the two should be specified."
2279422794
},
2279522795
"files": {
2279622796
"items": {
2279722797
"type": "string"
2279822798
},
2279922799
"type": "array",
22800-
"description": "Files specifies the dockerimage file path(s) to use and is incompatible with File"
22800+
"description": "Files specifies the dockerimage file path(s) to use and is incompatible with File\n\ndefault: []\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n remark:\n Files is not compatible with File. Only one of the two should be specified."
2280122801
},
2280222802
"instruction": {
22803-
"description": "Instruction specifies a DockerImage instruction such as ENV"
22803+
"description": "Instruction specifies a DockerImage instruction such as ENV\nInstruction can be specified as a simple string or as a map with keyword and matcher keys.\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\n default: empty\n\n example:\n ```yaml\n instruction:\n keyword: \"FROM\"\n matcher: \"alpine\"\n ```"
2280422804
},
2280522805
"value": {
2280622806
"type": "string",
22807-
"description": "Value specifies the value for a specified Dockerfile instruction."
22807+
"description": "Value specifies the value for a specified Dockerfile instruction.\n\ncompatible:\n\t* source\n\t* condition\n\t* target\n\ndefault: source output"
2280822808
},
2280922809
"stage": {
2281022810
"type": "string",

0 commit comments

Comments
 (0)