forked from devcontainers-extra/features
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
101 lines (101 loc) 路 3.13 KB
/
Copy pathdevcontainer-feature.json
File metadata and controls
101 lines (101 loc) 路 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"id": "porter",
"version": "1.0.3",
"name": "Porter (via porter.sh)",
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/porter",
"description": "Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.",
"options": {
"version": {
"default": "latest",
"description": "Select the version to install. Empty string installs the latest version.",
"proposals": [
"latest"
],
"type": "string"
},
"terraformMixinVersion": {
"default": "",
"description": "Select the terraform mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"azMixinVersion": {
"default": "",
"description": "Select the az mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"awsMixinVersion": {
"default": "",
"description": "Select the aws mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"dockerMixinVersion": {
"default": "",
"description": "Select the docker mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"dockerComposeMixinVersion": {
"default": "",
"description": "Select the docker-compose mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"gcloudMixinVersion": {
"default": "",
"description": "Select the gcloud mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"helmMixinVersion": {
"default": "",
"description": "Select the helm mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"armMixinVersion": {
"default": "",
"description": "Select the arm mixin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"azurePluginVersion": {
"default": "",
"description": "Select the azure plugin version to install.",
"proposals": [
"latest"
],
"type": "string"
},
"kubernetesPluginVersion": {
"default": "",
"description": "Select the kubernetes plugin version to install.",
"proposals": [
"latest"
],
"type": "string"
}
},
"containerEnv": {
"PATH": "/usr/local/porter:${PATH}",
"PORTER_HOME": "/usr/local/porter"
}
}