aboutsummaryrefslogtreecommitdiff
path: root/src/conda/devcontainer-feature.json
Commit message (Collapse)AuthorAgeFilesLines
* Conda: Update 'certifi' due to CVE-2022-23491 (#383)Samruddhi Khandale2023-01-101-1/+1
|
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* add installsAfter: common-utils to all Features (#214)Josh Spicer2022-10-191-2/+5
|
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-1/+1
| | | | | * remove apt lists * bump versions
* Move conda description to description property (#196)Josh Spicer2022-10-061-2/+3
| | | move conda description to description property
* Conda and Java: sync env variables (#153)Samruddhi Khandale2022-09-141-2/+3
| | | | | | | | | | | | | | | | | * conda script * Adds JAVA_HOME * Update src/conda/devcontainer-feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * modify containerEnv * fix version * bump python version Co-authored-by: Josh Spicer <joshspicer@github.com>
* bump versions (#138)Samruddhi Khandale2022-09-071-1/+1
|
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-011-0/+27
* add conda Feature * addCondaForge