- 28 Nov, 2022 1 commit
-
-
Chuck Lantz authored
-
- 23 Nov, 2022 4 commits
-
-
Samruddhi Khandale authored
* Add test coverage * temp: debug test * Update tests
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Paul Yu authored
* Adding azure-cli bicep installer to correctly install on arm64 containers * Adding a few updates following @joshspicer's review.
-
Samruddhi Khandale authored
* go: fix bug - Go doesn't update version if go is already installed * Update tests with bash -c
-
- 18 Nov, 2022 1 commit
-
-
Ilkka Poutanen authored
* Install git before github-cli If building a devcontainer on e.g. `debian:bullseye`, github-cli installation can fail due to git not being installed yet: ``` 0 13.38 2022-11-18 13:37:19 (6.08 MB/s) - 'gh_2.20.2_linux_amd64.deb' saved [10 176698/10176698] #0 13.38 #0 13.40 Selecting previously unselected package gh. #0 13.41 (Reading database ... 13628 files and directories currently installed.) #0 13.41 Preparing to unpack .../gh_2.20.2_linux_amd64.deb ... #0 13.41 Unpacking gh (2.20.2) ... #0 13.65 dpkg: dependency problems prevent configuration of gh: #0 13.65 gh depends on git; however: #0 13.65 Package git is not installed. #0 13.65 #0 13.65 dpkg: error processing package gh (--install): #0 13.65 dependency problems - leaving unconfigured #0 13.66 Errors were encountered while processing: #0 13.66 gh #0 13.67 ERROR: Feature "GitHub CLI" (ghcr.io/devcontainers/features/github-cli) failed to install! Look at the documentation at https://github.com/devcontainer s/features/tree/main/src/github-cli for help troubleshooting this error. ``` * bump version Co-authored-by:
Josh Spicer <josh@joshspicer.com>
-
- 17 Nov, 2022 2 commits
-
-
Samruddhi Khandale authored
* Oryx: Install dotnet 3.1 runtime * fix tests * build with .NET 6 + add tests * add tests * fix tests * shellcheck: nit
-
etienne-chrp authored
* Refactor java feature tests grep syntax The grep with pipe syntax was creating problems with the check helper Change them in favour of process substitution syntax * Fix java feature tests about java version Java 18 is not available anymore in SDKMAN Some tests asserts were generating false positives * Add Gradle and Maven version parameters to Java
-
- 16 Nov, 2022 1 commit
-
-
Samruddhi Khandale authored
-
- 15 Nov, 2022 4 commits
-
-
Samruddhi Khandale authored
* Node:Fix bug version set by Feature is not default * node not supported for ubuntu:bionic
-
Samruddhi Khandale authored
* python fix bug * fix test * address comments * address comment
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Mikey Lombardi (He/Him) authored
Prior to this change, the hugo feature only supported specifying the version of Hugo to install. Hugo is available in two builds: standard, which the feature already installs, and extended, which includes functionality for post-processing CSS/SCSS/SASS and JavaScript. This change adds a new `extended` option to the hugo feature, allowing users to specify that they require the extended build of Hugo. It defaults to `false` and installs the standard build of Hugo. - Resolves #198
-
- 14 Nov, 2022 6 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
JP Ungaretti authored
* Add latest CUDA versions * Move cuDNN version check * Check CUDA version
-
Paul Yu authored
* Add new option for azure-cli extensions * Update to install az extensions as $_REMOTE_USER * Skip unknown extensions * Change azure cli extension option type to string * Adding test for azure-cli extensions
-
JP Ungaretti authored
* Add git extension * Bump version
-
Chuck Lantz authored
* Add .NET 7, drop .NET 5 * Add libssl3 to common-utils for jammy * Handle lts/latest hard coding * Fix, improve tests * Bump version * Fix situation where version could come from either MS repo or OS * Remove unused option * Bump common version * Remove unused function * Restore DOTNET_ROOT per feedback
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
- 12 Nov, 2022 6 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Chuck Lantz authored
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Chuck Lantz authored
-
Nick Hu authored
-
- 11 Nov, 2022 1 commit
-
-
Chuck Lantz authored
-
- 07 Nov, 2022 1 commit
-
-
Chuck Lantz authored
* Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
-
- 03 Nov, 2022 1 commit
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
- 02 Nov, 2022 1 commit
-
-
Chuck Lantz authored
-
- 01 Nov, 2022 6 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Samruddhi Khandale authored
update base images
-
Samruddhi Khandale authored
pin: git clone
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Chuck Lantz authored
-
Samruddhi Khandale authored
update kubectl-helm-minikube
-
- 31 Oct, 2022 2 commits
-
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Brigit Murtaugh authored
* Update README.md * Update to website
-
- 28 Oct, 2022 3 commits
-
-
Samruddhi Khandale authored
fix version:none
-
github-actions[bot] authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Alessandro (Ale) Segala authored
* Install golangci-lint from prebuilt binaries and allow specifying its version * Updated as requested * Update src/go/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <skhandale@microsoft.com> * Updated install path Co-authored-by:
Samruddhi Khandale <skhandale@microsoft.com>
-