aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils/scenarios.json
diff options
context:
space:
mode:
authorPablo Ulloa <pablo.ulloac@usach.cl>2023-09-27 21:45:29 +0300
committerGitHub <noreply@github.com>2023-09-27 21:45:29 +0300
commite7f7d194d634e86b29ed2b74a35dd3c24fa1f7a5 (patch)
tree2c0596d76105b96fbe574407b651c487ca87d584 /test/common-utils/scenarios.json
parent9852ca8888b613daff741b3f26fd7d3b0387b42d (diff)
[common-utils] fix bug when user home is custom by base docker (#703)feature_common-utils_2.2.0
* [common-utils] fix bug when user home is custom by base docker * bumped minor version * reduced conditions to improve readability
Diffstat (limited to 'test/common-utils/scenarios.json')
-rw-r--r--test/common-utils/scenarios.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/common-utils/scenarios.json b/test/common-utils/scenarios.json
index d7b296d..bb65874 100644
--- a/test/common-utils/scenarios.json
+++ b/test/common-utils/scenarios.json
@@ -183,5 +183,21 @@
"configureZshAsDefaultShell": true
}
}
+ },
+ "devcontainer-custom-home": {
+ "build": {
+ "dockerfile": "Dockerfile"
+ },
+ "remoteUser": "customUser",
+ "features": {
+ "common-utils": {}
+ }
+ },
+ "devcontainer-custom-user-default-home": {
+ "image": "mcr.microsoft.com/devcontainers/base:alpine",
+ "remoteUser": "customUser",
+ "features": {
+ "common-utils": {}
+ }
}
}