Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions crds/workspace.devfile.io_devworkspaces.v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions crds/workspace.devfile.io_devworkspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions crds/workspace.devfile.io_devworkspacetemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions schemas/latest/dev-workspace-template-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions schemas/latest/dev-workspace-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions schemas/latest/dev-workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions schemas/latest/devfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Loading