| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Add latest CUDA versions
* Move cuDNN version check
* Check CUDA version
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* Add git extension
* Bump version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
* Fix #258, improve tests, fix oryx bug
* Drop Debian 9 from tests given it is out of support
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
| |
update base images
|
|
|
| |
pin: git clone
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
extension (#251)
update kubectl-helm-minikube
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* Update README.md
* Update to website
|
|
|
| |
fix version:none
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
version (#238)
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This function was defined twice in the install script for GitHub CLI, in
old lines 76 and 161. This commit removes the first definition.
The only function calls were on old lines 201 and 222. Since they appear
after the second function definition at line 161, the first one at line
76 never got called, so it's safe to remove it.
I confirmed that this was the only file in this repository where this
function was duplicated:
$ git grep '^ *find_version_from_git_tags *('
src/docker-from-docker/install.sh:find_version_from_git_tags() {
src/docker-in-docker/install.sh:find_version_from_git_tags() {
src/git-lfs/install.sh:find_version_from_git_tags() {
src/github-cli/install.sh:find_version_from_git_tags() {
src/github-cli/install.sh:find_version_from_git_tags() {
src/go/install.sh:find_version_from_git_tags() {
src/kubectl-helm-minikube/install.sh:find_version_from_git_tags() {
src/php/install.sh:find_version_from_git_tags() {
src/powershell/install.sh:find_version_from_git_tags() {
src/python/install.sh:find_version_from_git_tags() {
src/ruby/install.sh:find_version_from_git_tags() {
src/rust/install.sh:find_version_from_git_tags() {
src/terraform/install.sh:find_version_from_git_tags() {
$
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
| |
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
|
|
|
|
|
|
|
| |
* oryx update
* bump version
* update comment
|
|
|
|
|
| |
* Adding 3.11 option
* Updating tests.
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
| |
* Update devcontainer-feature.json
Minor typo fix
* Update devcontainer-feature.json
Co-authored-by: Josh Spicer <josh@joshspicer.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* clean up AWS feature description
* Update devcontainer-feature.json
|
| |
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
* remove apt lists
* bump versions
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
| |
* add DEV_CONTAINERS_DIR as containerEnv
* fix path
* update test
* remove containerEnv
|
|
|
| |
move conda description to description property
|
|
|
|
|
| |
* Node: Fix nvm ownership
* remove 0002
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add docker-in-docker azure_dns_overrideflag
* Update install.sh
* clarify variable name
* update option name and description for `azureDnsAutoDetection`
* bump feature version
Co-authored-by: Josh Spicer <josh@joshspicer.com>
|