| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
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>
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove bloat from JupyterLab test
* Check location of JupyterLab installation
* Remove common-utils
* Add failing additional with JL test
* Fix Python feature
* Update scenario images
* Bump patch version
|
|
|
|
|
|
|
| |
* fix rbenv bug
* bump version
* adds test
|
|
|
|
|
| |
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 jdkDistro option
* bump version
|
|
|
|
|
| |
* Rename JupyterLab config file
* Bump version
|
|
|
|
|
| |
* extension - cleanup
* version bump
|
|
|
|
|
|
|
| |
* Fix link to debian common docs
* Fix: point to the common-utils feature
* Update: change the name of the link to be common-utils instead of common-debian.sh
|
|
|
| |
bump go version
|
|
|
|
|
|
|
|
|
| |
* bug fix
* adds more checks
* adds GOROOT
* revert GOPATH changes
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* fix gradle bug
* modify tests
|
|
|
| |
fix go
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
| |
* Change sshd port from 22 to 2222 in README.md
According to https://github.com/devcontainers/features/blob/e90f4f9e0a327466254f3f1693fbe75aaa2a862f/src/sshd/install.sh#L12 the default port is 2222 and not 22 as previously documented. Forwarding port 22 does not in fact work.
* Changed sshd port in NOTES.md
|
|
|
|
|
|
|
|
|
| |
* remove misleading ppa value
* add test
* nit
* bump version
|
|
|
|
|
|
|
| |
https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142)
* add bzip2
* bump version
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* Use the newly updated GPG key for GitHub CLI
* bump feature version
|
| |
|
|
|
|
|
|
|
| |
* fix bug
* move config
* fix tests
|
|
|
|
|
|
|
|
|
| |
* Set HashiCorp Terraform Extension Defaults
This updates the HashiCorp Extension settings to the updated naming convention.
The HashiCorp Extension [changed it's setting structure](https://github.com/hashicorp/vscode-terraform/blob/main/docs/settings-migration.md#settings-migration) for some settings in v2.24.0. Old settings are still honored for a period of time, but we should update this devcontainer with the correct names.
* Bump to version 1.0.5 for publish
|
|
|
|
|
|
|
|
|
| |
(https://github.com/cli/cli/issues/6175) (#133)
* download gh cli release (https://github.com/cli/cli/issues/6175)
* typo
* typo
|