Commit graph

82 commits

Author SHA1 Message Date
Chuck Lantz
29e25a77b0
Add notes for Features that have them (#88)
Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
2022-08-11 15:11:00 -05:00
github-actions[bot]
f8396a6c35
Automated documentation update (#90)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-11 19:20:11 +00:00
Samruddhi Khandale
44694d699f
Options: Follow camelCase (#89)
rename Options
2022-08-11 18:37:10 +00:00
JP Ungaretti
aecf2ad152
Remove lingering TODO from Python feature (#87) 2022-08-10 18:38:57 +00:00
github-actions[bot]
b479c7e46b
Automated documentation update (#86)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-09 23:14:04 +00:00
Samruddhi Khandale
3a554b81ab
Java: fix gradle bug - invalid version (#84)
* Java: fix gradle bug - invalid version

* drop 'lts'
2022-08-09 22:37:23 +00:00
github-actions[bot]
a8e20a418c
Automated documentation update (#85)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-09 16:08:06 -04:00
github-actions[bot]
d10390a141
Automated documentation update (#81)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-06 00:09:59 +00:00
Samruddhi Khandale
542963cf04
Prep: republish features to ghcr.io (#78)
* syncing action

* modify release.yaml

* version update ; remove "install"

* add 'latest'

* add workflow condition
2022-08-05 15:22:30 -04:00
Samruddhi Khandale
69d3df5f94
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils'

* removing duplicate tests
2022-08-05 18:11:46 +00:00
Josh Spicer
155bec7262
bump go to 1.19 2022-08-05 07:51:06 -04:00
github-actions[bot]
dc05c2413a
Automated documentation update (#77)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-03 19:11:13 +00:00
Josh Spicer
535799a8fd port https://github.com/microsoft/vscode-dev-containers/pull/1560 2022-08-01 18:18:14 +00:00
Josh Spicer
0ad7ef4ac3 parity with https://github.com/microsoft/vscode-dev-containers/pull/1561 2022-08-01 18:17:02 +00:00
Josh Spicer
1a2c305115 sync with https://github.com/microsoft/vscode-dev-containers/pull/1559 2022-08-01 16:50:25 +00:00
Josh Spicer
022a57ef4a
port change https://github.com/microsoft/vscode-dev-containers/pull/1558 2022-07-30 12:23:15 -04:00
Josh Spicer
7b13e1601f port over https://github.com/microsoft/vscode-dev-containers/issues/1555 2022-07-29 18:35:43 +00:00
Josh Spicer
86eaacb47e Port changes and set executable bit
-Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554
Sets all scripts as executable by default.
2022-07-29 15:38:08 +00:00
Samruddhi Khandale
c527a7a0af
Java: bundle maven and gradle as options (#68)
bundle maven and gradle
2022-07-22 14:28:55 -07:00
Samruddhi Khandale
b0e2f6ac23
oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63)
fix bug
2022-07-16 00:16:58 +00:00
Samruddhi Khandale
c1539e2cb0
Oryx: change path of git repo download (#59)
* change oryx git path

* change oryx install dir

* change ownership

* add debian flavor

* revert codespace:codespace

* temp testing

* attempt to fix stuck action

* remove name

* attempt 2

* remove name

* attempt 3

* nit
2022-07-14 15:21:53 -07:00
Samruddhi Khandale
63e9392aa8
PHP: Install additional versions (#61)
* PHP: install additional versions

* fix bug

* fix test scenario

* adding quotes

* change identifier

* nit

* tweak: to unblock git merge

* nit
2022-07-14 20:19:36 +00:00
Samruddhi Khandale
27e63203fa
Java: Install additional versions (#62)
* Java: Install additional versions

* nit

* tweak: to unblock git merge

* nit
2022-07-14 12:16:55 -07:00
Samruddhi Khandale
330429ebb3
Dotnet: Install additional versions (#60)
* Dotnet: Install additional versions

* nit

* tweak: to unblock git merge
2022-07-14 18:37:46 +00:00
Josh Spicer
01b46faa2d
smart auto-install multiple versions for node (#56)
* node

* fix comment (no-ci)

* Apply suggestions from code review

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* update test scenario

* remove minor for node 18

* update scenarios to object notation

* add shabang

* only set default node once

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2022-07-14 11:12:11 -07:00
Samruddhi Khandale
7f551f8c2f
Python: Install additional versions (#58)
* additional install

* update test

* nit

* fix test

Co-authored-by: Josh Spicer <joshspicer@github.com>
2022-07-01 14:51:06 -04:00
Samruddhi Khandale
69cba4ffad
ruby: install additional versions (#57)
* ruby: install additional versions

* nit: fixing spelling

Co-authored-by: Josh Spicer <joshspicer@github.com>
2022-07-01 14:12:10 -04:00
Devcontainers CI
f03d64feae Automated documentation update 2022-06-22 18:25:18 +00:00
Devcontainers CI
2a51a0164c Automated documentation update 2022-06-21 20:14:53 +00:00
Josh Spicer
3b6fe6e608 add descriptions to feature metadata (no-ci) 2022-06-21 20:14:14 +00:00
Samruddhi Khandale
ceab9628c6 Revert "Attempt to fix communication error on images smoke test (#52)"
This reverts commit 7b256bf534.
2022-06-21 16:50:16 +00:00
Samruddhi Khandale
7b256bf534
Attempt to fix communication error on images smoke test (#52)
* reposition chown: ruby

* debug

* reorg chown
2022-06-20 11:39:57 -07:00
Samruddhi Khandale
172dbe0840
Python: Install python tools if python exists (#51)
* fix python

* fix []

* fix group

* fix path

* remove duplicate chown

* use INSTALL_PATH's py
2022-06-17 15:27:19 -07:00
Samruddhi Khandale
29a3fcbb2e Revert "Automated documentation update"
This reverts commit 66b31e08e8.
2022-06-15 19:17:57 +00:00
Samruddhi Khandale
b314fce143 Merge branch 'main' of https://github.com/devcontainers/features 2022-06-15 19:17:29 +00:00
Samruddhi Khandale
4cd1e6b548 Revert "add gradle feature"
This reverts commit 123ca4650a.
2022-06-15 19:17:27 +00:00
Devcontainers CI
66b31e08e8 Automated documentation update 2022-06-15 19:14:47 +00:00
Samruddhi Khandale
123ca4650a add gradle feature 2022-06-15 19:14:28 +00:00
Samruddhi Khandale
0ed472aa25
Fix permissions: add username:user_group (#50)
* add username:user_group

* fix remaining permissions

* add *

* remove *
2022-06-15 09:53:43 -07:00
Samruddhi Khandale
bc30428c91
conda: path changes (#49) 2022-06-14 14:38:31 -07:00
Josh Spicer
2fa3232485
Devcontainer docs (#47)
* docs

* automatically generate documentation from features.json

* trigger doc gen

* 1

* no-ci

* no-ci

* no-ci

* no-ci

* comment out pull

* Automated documentation update

* no-ci markdown table

* Automated documentation update

* no-ci

* Automated documentation update

* branch to main

Co-authored-by: Devcontainers CI <vscr-feedback@microsoft.com>
2022-06-13 20:01:19 -04:00
Samruddhi Khandale
fac5e5a454 python: fix condition when version=none 2022-06-13 22:27:30 +00:00
Samruddhi Khandale
78ef2ccef9
Common: Handle meta.env for devcontainer-info cmd (#46)
Handle meta.env
2022-06-13 14:29:50 -07:00
Samruddhi Khandale
fa07406f4d
add missing user groups to fix permission issues for non root user (#45)
* add missing user groups

* fix username

* move chmod: anaconda
2022-06-13 13:30:57 -07:00
Josh Spicer
3d29560211
port changes from vscode-dev-containers for jammy compat (#44)
* package compat

* port git-lfs fix (https://github.com/microsoft/vscode-dev-containers/pull/1500)
2022-06-13 15:30:45 -04:00
Samruddhi Khandale
60970fcba5 ruby: revert sudo_if changes 2022-06-10 20:09:54 +00:00
Samruddhi Khandale
a71a223511
ruby: fix permissions and ln for oryx (#43)
* ruby: fix permissions and ln for oryx

* add sudo_if
2022-06-10 11:37:11 -07:00
Samruddhi Khandale
a81ff33fda fix oryx path 2022-06-09 22:59:06 +00:00
Samruddhi Khandale
99bfaeb5ab oryx: change and own DYNAMIC_INSTALL_ROOT_DIR 2022-06-09 18:13:08 +00:00
Samruddhi Khandale
b9914bad93
oryx: add permission to DYNAMIC_INSTALL_ROOT_DIR (#42) 2022-06-09 09:51:58 -07:00