diff --git a/crds/workspace.devfile.io_devworkspaces.v1beta1.yaml b/crds/workspace.devfile.io_devworkspaces.v1beta1.yaml index 50ace3bf6..10f7e61b1 100644 --- a/crds/workspace.devfile.io_devworkspaces.v1beta1.yaml +++ b/crds/workspace.devfile.io_devworkspaces.v1beta1.yaml @@ -4663,7 +4663,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} in + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -5466,7 +5466,7 @@ spec: buildContext: description: Path of source directory to establish build context. Defaults - to ${PROJECT_ROOT} in the container + to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile Registry @@ -6388,7 +6388,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -7214,7 +7214,7 @@ spec: buildContext: description: Path of source directory to establish build context. Defaults - to ${PROJECT_ROOT} in the container + to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile diff --git a/crds/workspace.devfile.io_devworkspaces.yaml b/crds/workspace.devfile.io_devworkspaces.yaml index 198d91922..33e6d5ab0 100644 --- a/crds/workspace.devfile.io_devworkspaces.yaml +++ b/crds/workspace.devfile.io_devworkspaces.yaml @@ -4664,7 +4664,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} in + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -5471,7 +5471,7 @@ spec: buildContext: description: Path of source directory to establish build context. Defaults - to ${PROJECT_ROOT} in the container + to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile Registry @@ -6393,7 +6393,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -7219,7 +7219,7 @@ spec: buildContext: description: Path of source directory to establish build context. Defaults - to ${PROJECT_ROOT} in the container + to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile diff --git a/crds/workspace.devfile.io_devworkspacetemplates.v1beta1.yaml b/crds/workspace.devfile.io_devworkspacetemplates.v1beta1.yaml index 4a6609e0a..107618528 100644 --- a/crds/workspace.devfile.io_devworkspacetemplates.v1beta1.yaml +++ b/crds/workspace.devfile.io_devworkspacetemplates.v1beta1.yaml @@ -4420,7 +4420,7 @@ spec: type: array buildContext: description: Path of source directory to establish build - context. Defaults to ${PROJECT_ROOT} in the container + context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile Registry source @@ -5198,7 +5198,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -6081,7 +6081,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} in + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -6877,7 +6877,7 @@ spec: buildContext: description: Path of source directory to establish build context. Defaults - to ${PROJECT_ROOT} in the container + to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile Registry diff --git a/crds/workspace.devfile.io_devworkspacetemplates.yaml b/crds/workspace.devfile.io_devworkspacetemplates.yaml index 57661581b..e5d259c66 100644 --- a/crds/workspace.devfile.io_devworkspacetemplates.yaml +++ b/crds/workspace.devfile.io_devworkspacetemplates.yaml @@ -4421,7 +4421,7 @@ spec: type: array buildContext: description: Path of source directory to establish build - context. Defaults to ${PROJECT_ROOT} in the container + context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile Registry source @@ -5203,7 +5203,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -6086,7 +6086,7 @@ spec: type: array buildContext: description: Path of source directory to establish - build context. Defaults to ${PROJECT_ROOT} in + build context. Defaults to ${PROJECT_SOURCE} in the container type: string devfileRegistry: @@ -6882,7 +6882,7 @@ spec: buildContext: description: Path of source directory to establish build context. Defaults - to ${PROJECT_ROOT} in the container + to ${PROJECT_SOURCE} in the container type: string devfileRegistry: description: Dockerfile's Devfile Registry diff --git a/pkg/apis/workspaces/v1alpha2/component_image_dockerfile.go b/pkg/apis/workspaces/v1alpha2/component_image_dockerfile.go index a200ba137..87f43a83c 100644 --- a/pkg/apis/workspaces/v1alpha2/component_image_dockerfile.go +++ b/pkg/apis/workspaces/v1alpha2/component_image_dockerfile.go @@ -43,7 +43,7 @@ type DockerfileSrc struct { // +devfile:getter:generate type Dockerfile struct { - // Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container + // Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container // +optional BuildContext string `json:"buildContext,omitempty"` diff --git a/pkg/apis/workspaces/v1alpha2/zz_generated.parent_overrides.go b/pkg/apis/workspaces/v1alpha2/zz_generated.parent_overrides.go index 754777f1f..db6f1b56e 100644 --- a/pkg/apis/workspaces/v1alpha2/zz_generated.parent_overrides.go +++ b/pkg/apis/workspaces/v1alpha2/zz_generated.parent_overrides.go @@ -908,7 +908,7 @@ type DockerfileSrcParentOverride struct { type DockerfileParentOverride struct { - // Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container + // Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container // +optional BuildContext string `json:"buildContext,omitempty"` @@ -1397,7 +1397,7 @@ type DockerfileSrcPluginOverrideParentOverride struct { type DockerfilePluginOverrideParentOverride struct { - // Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container + // Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container // +optional BuildContext string `json:"buildContext,omitempty"` diff --git a/pkg/apis/workspaces/v1alpha2/zz_generated.plugin_overrides.go b/pkg/apis/workspaces/v1alpha2/zz_generated.plugin_overrides.go index c3ce13cd7..b8013d9a8 100644 --- a/pkg/apis/workspaces/v1alpha2/zz_generated.plugin_overrides.go +++ b/pkg/apis/workspaces/v1alpha2/zz_generated.plugin_overrides.go @@ -570,7 +570,7 @@ type DockerfileSrcPluginOverride struct { type DockerfilePluginOverride struct { - // Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container + // Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container // +optional BuildContext string `json:"buildContext,omitempty"` diff --git a/schemas/latest/dev-workspace-template-spec.json b/schemas/latest/dev-workspace-template-spec.json index 7c5333421..509a0d691 100644 --- a/schemas/latest/dev-workspace-template-spec.json +++ b/schemas/latest/dev-workspace-template-spec.json @@ -569,7 +569,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -1317,7 +1317,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -2167,7 +2167,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -2903,7 +2903,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { diff --git a/schemas/latest/dev-workspace-template.json b/schemas/latest/dev-workspace-template.json index 4726f0f7c..76495bddd 100644 --- a/schemas/latest/dev-workspace-template.json +++ b/schemas/latest/dev-workspace-template.json @@ -735,7 +735,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -1483,7 +1483,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -2333,7 +2333,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -3069,7 +3069,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { diff --git a/schemas/latest/dev-workspace.json b/schemas/latest/dev-workspace.json index 4db941c33..be719302d 100644 --- a/schemas/latest/dev-workspace.json +++ b/schemas/latest/dev-workspace.json @@ -748,7 +748,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -1496,7 +1496,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -2346,7 +2346,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -3082,7 +3082,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { diff --git a/schemas/latest/devfile.json b/schemas/latest/devfile.json index 1d76dcb6e..20623d360 100644 --- a/schemas/latest/devfile.json +++ b/schemas/latest/devfile.json @@ -488,7 +488,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -1374,7 +1374,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { diff --git a/schemas/latest/ide-targeted/dev-workspace-template-spec.json b/schemas/latest/ide-targeted/dev-workspace-template-spec.json index 0ff0d91f3..dde10512b 100644 --- a/schemas/latest/ide-targeted/dev-workspace-template-spec.json +++ b/schemas/latest/ide-targeted/dev-workspace-template-spec.json @@ -627,9 +627,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -1459,9 +1459,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -2416,9 +2416,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -3240,9 +3240,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", diff --git a/schemas/latest/ide-targeted/dev-workspace-template.json b/schemas/latest/ide-targeted/dev-workspace-template.json index a77627df2..4d6d58689 100644 --- a/schemas/latest/ide-targeted/dev-workspace-template.json +++ b/schemas/latest/ide-targeted/dev-workspace-template.json @@ -826,9 +826,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -1658,9 +1658,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -2615,9 +2615,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -3439,9 +3439,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", diff --git a/schemas/latest/ide-targeted/dev-workspace.json b/schemas/latest/ide-targeted/dev-workspace.json index fe162d4ba..65a0c9c44 100644 --- a/schemas/latest/ide-targeted/dev-workspace.json +++ b/schemas/latest/ide-targeted/dev-workspace.json @@ -839,9 +839,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -1671,9 +1671,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -2628,9 +2628,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -3452,9 +3452,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", diff --git a/schemas/latest/ide-targeted/devfile.json b/schemas/latest/ide-targeted/devfile.json index dc4dcd9bf..3f20b0032 100644 --- a/schemas/latest/ide-targeted/devfile.json +++ b/schemas/latest/ide-targeted/devfile.json @@ -536,9 +536,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -1532,9 +1532,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", diff --git a/schemas/latest/ide-targeted/parent-overrides.json b/schemas/latest/ide-targeted/parent-overrides.json index 5fdd7eaab..73ae149f9 100644 --- a/schemas/latest/ide-targeted/parent-overrides.json +++ b/schemas/latest/ide-targeted/parent-overrides.json @@ -518,9 +518,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", @@ -1342,9 +1342,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", diff --git a/schemas/latest/ide-targeted/plugin-overrides.json b/schemas/latest/ide-targeted/plugin-overrides.json index 938d0993b..3dddccc26 100644 --- a/schemas/latest/ide-targeted/plugin-overrides.json +++ b/schemas/latest/ide-targeted/plugin-overrides.json @@ -507,9 +507,9 @@ "markdownDescription": "The arguments to supply to the dockerfile build." }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string", - "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container" + "markdownDescription": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container" }, "devfileRegistry": { "description": "Dockerfile's Devfile Registry source", diff --git a/schemas/latest/parent-overrides.json b/schemas/latest/parent-overrides.json index 65d149e87..fb60a50a3 100644 --- a/schemas/latest/parent-overrides.json +++ b/schemas/latest/parent-overrides.json @@ -466,7 +466,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { @@ -1202,7 +1202,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": { diff --git a/schemas/latest/plugin-overrides.json b/schemas/latest/plugin-overrides.json index f364f7331..773e84134 100644 --- a/schemas/latest/plugin-overrides.json +++ b/schemas/latest/plugin-overrides.json @@ -456,7 +456,7 @@ } }, "buildContext": { - "description": "Path of source directory to establish build context. Defaults to ${PROJECT_ROOT} in the container", + "description": "Path of source directory to establish build context. Defaults to ${PROJECT_SOURCE} in the container", "type": "string" }, "devfileRegistry": {