devcontainers-features/user/devcontainer-feature.json
2025-04-19 01:41:28 +09:00

39 lines
1.1 KiB
JSON

{
"name": "user",
"id": "user",
"version": "0.0.1",
"description": "Create a user and group with the same id.",
"documentationURL": "https://git.loafle.net/loafle/devcontainers-features/user",
"options": {
"username": {
"type": "string",
"proposals": [
"devcontainer",
"vscode",
"codespace",
"none",
"automatic"
],
"default": "automatic",
"description": "Enter name of a non-root user to configure or none to skip"
},
"userUid": {
"type": "string",
"proposals": [
"1001",
"automatic"
],
"default": "automatic",
"description": "Enter UID for non-root user"
},
"userGid": {
"type": "string",
"proposals": [
"1001",
"automatic"
],
"default": "automatic",
"description": "Enter GID for non-root user"
}
}
}