Skip to content

Commit 2836888

Browse files
committed
fix: 🐛 add mounts configuration for certs
1 parent 69de0ca commit 2836888

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
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-
},
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+
"mounts": [
9+
{
10+
"source": ".devcontainer/.gateway/certs",
11+
"target": "/usr/local/share/ca-certificates",
12+
"type": "bind"
13+
}
14+
],
15+
"options": {},
1016
"postCreateCommand": {
17+
"ca-certs": "update-ca-certificates",
1118
"config": "configure-feature gateway"
1219
}
13-
}
20+
}

0 commit comments

Comments
 (0)