|
5107 | 5107 | "properties": { |
5108 | 5108 | "architecture": { |
5109 | 5109 | "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" |
5111 | 5111 | }, |
5112 | 5112 | "image": { |
5113 | 5113 | "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" |
5115 | 5115 | }, |
5116 | 5116 | "tag": { |
5117 | 5117 | "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" |
5119 | 5119 | }, |
5120 | 5120 | "digest": { |
5121 | 5121 | "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." |
5123 | 5123 | }, |
5124 | 5124 | "username": { |
5125 | 5125 | "type": "string", |
|
5135 | 5135 | }, |
5136 | 5136 | "hidetag": { |
5137 | 5137 | "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" |
5139 | 5139 | } |
5140 | 5140 | }, |
5141 | 5141 | "additionalProperties": false, |
|
5308 | 5308 | "properties": { |
5309 | 5309 | "file": { |
5310 | 5310 | "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." |
5312 | 5312 | }, |
5313 | 5313 | "files": { |
5314 | 5314 | "items": { |
5315 | 5315 | "type": "string" |
5316 | 5316 | }, |
5317 | 5317 | "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." |
5319 | 5319 | }, |
5320 | 5320 | "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 ```" |
5322 | 5322 | }, |
5323 | 5323 | "value": { |
5324 | 5324 | "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" |
5326 | 5326 | }, |
5327 | 5327 | "stage": { |
5328 | 5328 | "type": "string", |
@@ -13668,19 +13668,19 @@ |
13668 | 13668 | "properties": { |
13669 | 13669 | "architecture": { |
13670 | 13670 | "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" |
13672 | 13672 | }, |
13673 | 13673 | "image": { |
13674 | 13674 | "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" |
13676 | 13676 | }, |
13677 | 13677 | "tag": { |
13678 | 13678 | "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" |
13680 | 13680 | }, |
13681 | 13681 | "digest": { |
13682 | 13682 | "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." |
13684 | 13684 | }, |
13685 | 13685 | "username": { |
13686 | 13686 | "type": "string", |
|
13696 | 13696 | }, |
13697 | 13697 | "hidetag": { |
13698 | 13698 | "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" |
13700 | 13700 | } |
13701 | 13701 | }, |
13702 | 13702 | "additionalProperties": false, |
@@ -13878,21 +13878,21 @@ |
13878 | 13878 | "properties": { |
13879 | 13879 | "file": { |
13880 | 13880 | "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." |
13882 | 13882 | }, |
13883 | 13883 | "files": { |
13884 | 13884 | "items": { |
13885 | 13885 | "type": "string" |
13886 | 13886 | }, |
13887 | 13887 | "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." |
13889 | 13889 | }, |
13890 | 13890 | "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 ```" |
13892 | 13892 | }, |
13893 | 13893 | "value": { |
13894 | 13894 | "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" |
13896 | 13896 | }, |
13897 | 13897 | "stage": { |
13898 | 13898 | "type": "string", |
@@ -22571,19 +22571,19 @@ |
22571 | 22571 | "properties": { |
22572 | 22572 | "architecture": { |
22573 | 22573 | "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" |
22575 | 22575 | }, |
22576 | 22576 | "image": { |
22577 | 22577 | "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" |
22579 | 22579 | }, |
22580 | 22580 | "tag": { |
22581 | 22581 | "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" |
22583 | 22583 | }, |
22584 | 22584 | "digest": { |
22585 | 22585 | "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." |
22587 | 22587 | }, |
22588 | 22588 | "username": { |
22589 | 22589 | "type": "string", |
|
22599 | 22599 | }, |
22600 | 22600 | "hidetag": { |
22601 | 22601 | "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" |
22603 | 22603 | } |
22604 | 22604 | }, |
22605 | 22605 | "additionalProperties": false, |
@@ -22790,21 +22790,21 @@ |
22790 | 22790 | "properties": { |
22791 | 22791 | "file": { |
22792 | 22792 | "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." |
22794 | 22794 | }, |
22795 | 22795 | "files": { |
22796 | 22796 | "items": { |
22797 | 22797 | "type": "string" |
22798 | 22798 | }, |
22799 | 22799 | "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." |
22801 | 22801 | }, |
22802 | 22802 | "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 ```" |
22804 | 22804 | }, |
22805 | 22805 | "value": { |
22806 | 22806 | "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" |
22808 | 22808 | }, |
22809 | 22809 | "stage": { |
22810 | 22810 | "type": "string", |
|
0 commit comments