We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69de0ca commit 2836888Copy full SHA for 2836888
1 file changed
src/gateway/devcontainer-feature.json
@@ -1,13 +1,20 @@
1
{
2
- "id": "gateway",
3
- "name": "SSL Inspection Gateway handling",
4
- "description": "Handling SSL Inspection Gateway while building & using devcontainers",
5
- "version": "5.36.0",
6
- "dependsOn": {},
7
- "installsAfter": [],
8
- "options": {
9
- },
+ "id": "gateway",
+ "name": "SSL Inspection Gateway handling",
+ "description": "Handling SSL Inspection Gateway while building & using devcontainers",
+ "version": "5.36.0",
+ "dependsOn": {},
+ "installsAfter": [],
+ "mounts": [
+ {
10
+ "source": ".devcontainer/.gateway/certs",
11
+ "target": "/usr/local/share/ca-certificates",
12
+ "type": "bind"
13
+ }
14
+ ],
15
+ "options": {},
16
"postCreateCommand": {
17
+ "ca-certs": "update-ca-certificates",
18
"config": "configure-feature gateway"
19
}
-}
20
+}
0 commit comments