Commit graph

384 commits

Author SHA1 Message Date
Samruddhi Khandale
8f64809e5d
Oryx - Clean up and shrink size (#116)
* shrink oryx

* bump version

* bump version

* prune dotnet

* add warning

* bump version
2022-08-31 09:29:23 -04:00
github-actions[bot]
6851eadfcb
Automated documentation update (#120)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2022-08-29 17:19:59 -04:00
JP Ungaretti
2e928d96ed
Add NOTES.md for CUDA feature (#119) 2022-08-29 16:18:02 -05:00
Josh Spicer
8befe8c114
bump all features to pick up metadata changes in CLI v0.14.0 (#118) 2022-08-26 09:04:54 -07:00
Josh Spicer
e43c0de319
update readme (skip ci) (#117)
- remove `test-scenarios` folder in favor of feature-scoped scenarios
2022-08-26 11:16:03 -04:00
Josh Spicer
41e3e4c748
add documentationURL to all features (#115) 2022-08-24 13:36:05 -04:00
Josh Spicer
f82307ad60
test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)
* test updates to adopt https://github.com/devcontainers/cli/pull/124

* remove accidental tgz check in

* typo in option

* typo in python install script on dotnet6/jammy branch

* no scenarios

* code review and test name

* Delete install_os_provided_python.sh
2022-08-23 17:23:21 -04:00
Samruddhi Khandale
84f4996643
Fix bug - Python: Error installing os-provided python (#112)
* python: fix bug

* bump versions
2022-08-23 16:13:33 -04:00
Josh Spicer
0cafeee862
favor correctness by removing apt update ... short-circuiting (#98)
* favor correctness by removing apt update shortciruiting

* Update install.sh

* apt_get_upadate in node

* update test
2022-08-23 09:17:08 -04:00
Josh Spicer
58e425039a
fix rust error when choose a non-default version. (#111)
port of https://github.com/microsoft/vscode-dev-containers/pull/1592
2022-08-22 16:45:11 -07:00
github-actions[bot]
ec1deb8280
Automated documentation update (#109)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2022-08-21 14:29:01 -04:00
JP Ungaretti
ea030fa0ae
Add new NVIDIA CUDA feature (#80)
* Add new Nvidia feature

* Remove random empty files

* Update comments

* Rename feature to nvidia-cuda

* Add feature to tests

* Add version

* Move test to match new name

* Add final output message

* Fix capitalization of NVIDIA

* Remove option for base CUDA

* Use camelCase

* Check for required packages

* Use os-release instead of lsb_release

* Clean up keyring variables

* Collapse keyring lines

* Always install CUDA libraries

* Add option to install NVTX

* Always use ubuntu2004 repo

* Use test instead of brackets

* Add default values to feature

* Add version options for CUDA and cuDNN

* Rename CUDA version option

* Add scenario to test specific CUDA/cuDNN version

* Rename cuDNN scenario

* Fix typo in test scenario

* Update variable casing

* Add more helpful error messages

* Remove default values from script

* Use enum for version option

* Polish new scenarios

* Remove apt_get_update_if_needed and check_packages

* Add more versions

* Improve error messages

* Comments and feature description

Co-authored-by: Josh Spicer <joshspicer@github.com>
2022-08-21 14:22:51 -04:00
Chuck Lantz
ad088a11bb
Update devcontainer.json to be spec compliant (#108)
Same as https://github.com/devcontainers/feature-template/pull/2
2022-08-19 14:32:18 -05:00
Josh Spicer
97c1abf391
Skip CI on Documentation PRs (#103)
* no-ci

* [skip ci]

* attempt to not run CI on documentation updates

* remove old if statements in CI

* cleaner names [skip ci]
2022-08-19 11:14:03 -07:00
Josh Spicer
023e9c46ff
Update self-authoring information [skip ci] (#107) 2022-08-18 12:31:53 -04:00
github-actions[bot]
3ac132483a
Automated documentation update (#106)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-18 12:31:22 -04:00
Josh Spicer
9c60d26d96
replace temporary action for generating docs (#105) 2022-08-17 23:19:46 +00:00
Josh Spicer
2e03507e5a
directly reference github action (#104) 2022-08-17 18:33:28 -04:00
Samruddhi Khandale
a630e92c46
Move extensions and settings under customizations.vscode (#97)
* move extensions and settings under customizations

* nit

* bump versions
2022-08-17 19:48:38 +00:00
Josh Spicer
4ecc275a8d
update action to a82f06a29168a3c6594fb7206dd0afd3af8efdf2 2022-08-17 18:36:45 +00:00
Josh Spicer
ef87daf5af
update dotnet/oryx features to use recommended install location for dotnet6 (#91)
* use default jammy apt feed to mitigate jammy/oryx install issues

* remove old comment

* jammy first tries default apt repo

* refactoring

* glob friendly and tests

* test files

* better greps

* correct path

* DEBIAN_FRONTEND global in oryx install script

* remove set -e from dotnet script to handle errors ourselves
2022-08-16 17:33:25 -04:00
Josh Spicer
ea4eaf2a7a
update rust version proposals (#95)
Update devcontainer-feature.json
2022-08-16 14:40:35 +00:00
Josh Spicer
471e9e800d
sshd: always run initial apt-get (#96)
* sshd: always run initial apt-get

* just run apt-update

* move

* remove whitespace
2022-08-15 16:01:19 +00:00
Josh Spicer
255d403f59
Update README.md 2022-08-12 11:31:40 -04:00
John Keech
d680f53280
Clean up readme (#93)
* Clean up readme

* Remove `lib` directory from repo structure since it no longer exists
* Fix json examples to wrap `"features"` in quotes
* Add some more details about semantic versioning
* Format the markdown file (break long lines into shorter lines, etc)

* Move usage above the repo structure
2022-08-12 11:07:22 -04:00
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
Josh Spicer
abfefdcb31
Update README.md 2022-08-09 17:28:53 -04: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
Samruddhi Khandale
6ea3bb3818
Update generate-docs Action with OCI syntax (#74)
* Update docs with OCI spec changes

* reference to version `:1` than `:latest`

* nit

* sync generate-doc changes

* add workflow condition

* revert features README changes

* address comments
2022-08-09 14:32:59 -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
145f26f8b2
remove unused dirs (#76) 2022-08-03 18:09:28 +00:00
Samruddhi Khandale
73db1be583
Bug fix: Fix update-documentation action (#72)
fix update-documentation action
2022-08-02 22:34:24 +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
668a9cf6ac
Update README.md 2022-07-29 13:52:13 -04: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
Josh Spicer
6191a2e5d5
Delete .devcontainer.json 2022-07-29 08:35:20 -04:00
Samruddhi Khandale
ece89a9e6f
Adds CODEOWNER (#69)
add CODEOWNER
2022-07-27 21:31:23 +00:00