Unverified Commit 69d3df5f authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

Rename feature: 'common' to 'common-utils' (#79)

* Renaming feature: 'common' to 'common-utils'

* removing duplicate tests
parent 155bec72
......@@ -16,7 +16,7 @@ jobs:
"anaconda",
"aws-cli",
"azure-cli",
"common",
"common-utils",
"desktop-lite",
"docker-from-docker",
"docker-in-docker",
......
......@@ -16,7 +16,7 @@ jobs:
anaconda: ./**/anaconda/**
aws-cli: ./**/aws-cli/**
azure-cli: ./**/azure-cli/**
common: ./**/common/**
common-utils: ./**/common-utils/**
desktop-lite: ./**/desktop-lite/**
docker-from-docker: ./**/docker-from-docker/**
docker-in-docker: ./**/docker-in-docker/**
......
# Common Debian (common)
# Common Debian utilities (common-utils)
Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.
......@@ -7,7 +7,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
```json
"features": {
"devcontainers/features/common@latest": {
"devcontainers/features/common-utils@latest": {
"version": "latest"
}
}
......
{
"id": "common",
"name": "Common Debian",
"id": "common-utils",
"name": "Common Debian Utilities",
"description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",
"options": {
"install_Zsh": {
......
......@@ -8,5 +8,9 @@ source dev-container-features-test-lib
check "version" jupyter lab --version
check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_notebook_config.py
check "user" whoami | grep vscode
check "zsh" zsh --version
check "wget" wget -V
# Report result
reportResults
......@@ -31,7 +31,7 @@
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"remoteUser": "vscode",
"features": {
"common": {
"common-utils": {
"username": "vscode"
},
"python": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment