features/test/ruby/scenarios.json

37 lines
888 B
JSON
Raw Normal View History

{
2023-11-25 02:16:00 +03:00
"non_root_user": {
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"remoteUser": "vscode",
"features": {
"ruby": {
"version": "latest"
}
}
},
"additional_versions": {
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ruby": {
2023-11-25 02:16:00 +03:00
"version": "latest",
"additionalVersions": "3.0.6,2.7.8"
}
}
},
2023-11-25 02:16:00 +03:00
"older_version": {
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
2023-11-25 02:16:00 +03:00
"ruby": {
"version": "3.0.6"
}
}
},
"no_version": {
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ruby": {
"version": "none"
}
}
}
2023-11-25 02:16:00 +03:00
}