- 17 Jul, 2024 1 commit
-
-
H3xCat authored
* Reduce timeout to GPG key servers for Python feature * Dynamically find out reachable GPG servers * Apply fix to other features * Fix build issues * Fix shellcheck SC2068 by quoting array expansion * Bump up patch version for affected features * improve readability for keyservers_curl_map
-
- 10 Jul, 2024 1 commit
-
-
James Hodgkinson authored
* Rust: add the option to install additional targets Fixes #1032 * Apply suggestions from code review Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Changed description --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 28 Jun, 2024 1 commit
-
-
Paul Taylor authored
* Guard against undefined variables when PS1 is evaluated * Update version in devcontainer-feature.json
-
- 27 Jun, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Jonathan Backhaus authored
* feat: add basic scaffolding for alpine, based on debian implementation * feat: add baseline packages from <https://github.com/alpinelinux/aports/blob/master/main/git/APKBUILD> * fix: add `curl` package (needed for version lookup) * feat: use `jq`-based version matching implementation for alpine the alpine version of `grep` doesn't support PCRE * fix: forgot to strip the leading "v" from the version number * fix: need `make` package to build from source * feat: parameterize make options to easily inject Alpine-specific option * fix: wip: latest baseline (still breaking due to musl) * feat: add basic scaffolding for alpine, based on debian implementation note: this won't install from source (due to build issues with musl) but will install using the `apk` package manager * chore: chmod +x * chore: bump semver (proposed) * docs: add Alpine/apk to notes * test: add test for `alpine:3` to install system package note: feature does not currently implement building from source on Alpine * fix: working build from source! still need to tweak the package dependencies and make config * perf: remove OBE `gettext-dev` package from dependencies no longer required with "NO_GETTEXT=YesPlease" make config * perf: remove OBE `libintl` package from dependencies no longer required with "NO_GETTEXT=YesPlease" make config (?) * feat: add remaining make options from apk package source reference * docs: add refs. for alpine build from source * test(git): add test case for building git from src on alpine:3 * fix: lint: SC2068: Double quote array expansions to avoid re-splitting elements * fix: use Devcontainer Alpine image as base (because it has `bash` installed); refactor test script names to remove major version suffix (since it isn't specified in the associated image tag) * perf: consolidate to a single, jq-based implementation using `jq` avoids the need for PCRE `grep` expression (not supported in Alpine) * fix: set `sysconfdir` option for alpine build as well see [#395](https://github.com/devcontainers/features/pull/395) * test: fix: alpine doesn't include perl support; leverage test cases from `install_git_from_src.sh` script * style: remove unused options * fix: set `prefix` option for alpine build to be consistent with other builds see [#395](https://github.com/devcontainers/features/pull/395) * refactor: move common arguments out of distro-specific logic * perf: minimum set of make options for building git from source in Alpine * chore: remove OBE code (unused make options for Git) * style: whitespace * test: fix: remove `gettext` check (since this package isn't installed in Alpine) * feat: update implementation based on local Git feature in `base-alpine` image * feat: remove `libsecret-dev` package not present in local Git feature in `base-alpine` image `install.sh` script * feat: switch `glib-dev` to `g++` and `gcc` packages, based on local Git feature in `base-alpine` image * chore: remove `alpine-sdk` package, based on local Git feature in `base-alpine` image no longer needed, based on initial testing * revert: switch back to `grep`-based PCRE implementation, based on local Git feature in `base-alpine` image `jq` package no longer needed * test: revert: remove test cases (covered by generic `install_git_from_src.sh`) * test: fix: remove perl check for system package in Alpine (because the system package is not built with PCRE support) --------- Co-authored-by:
Samruddhi Khandale <skhandale@microsoft.com>
-
- 20 Jun, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Richard Höchenberger authored
* Allow installing `yarn` via `corepack` on Debian-based systems, too The default behavior remains unchanged, but users can now opt-out from the APT-based installation to get the latest `yarn` via `corepack`. Closes #1004 * Update src/node/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update src/node/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Rename variable * Expand comment * Add test scenario * Improve tests * Update test/node/debian_yarn_from_corepack.sh * Betetr comments * Update src/node/devcontainer-feature.json --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 19 Jun, 2024 2 commits
-
-
Richard Höchenberger authored
* Fix a typo shared among many installation scripts `retring` -> `retrying` * Bump patch versions
-
Steven authored
* dotnet: use predefined DOTNET_ROOT in install script * dotnet: create symbolic link in /usr/bin * dotnet: bump patch version * dotnet: add test for install dir and symlink * Remove unneeded --force
-
- 14 Jun, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Steven authored
* dotnet: add ability to install workloads * Bump dotnet feature version * Update NOTES instead of README * Simplify workloads example * Fix temp-dir path oopsie * Improve log message * Fix typo imstalling->installing * Install all workloads at once, fix DOTNET vars not taking effect
-
- 11 Jun, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Prathamesh Zarkar authored
* #963 specific powershell module version install * review comments addressed * added test for the version specific module installation and addressed review comments * Update src/powershell/install.sh * Update src/powershell/install.sh * Update src/powershell/install.sh --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 03 Jun, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Gaurav Saini authored
* [Java] - Document additionalVersions functionality * changes requested * changes as requested in pr review * bump patch version * changes requested
-
- 31 May, 2024 1 commit
-
-
Gaurav Saini authored
* [azure-cli] - add support for noble numbat * changes requested
-
- 30 May, 2024 1 commit
-
-
Rambaud Pierrick authored
* fix centos-7 build * Update src/python/install.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update src/python/install.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update src/python/install.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * bump(python): 1.5.0 -> 1.5.1 --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 29 May, 2024 3 commits
-
-
Prabhakar Kumar authored
* Adds /home/USER/.local/bin/ to PATH in /etc/sudoers.d/vscode, fixes devcontainers/features#870 * Bumping up version to 1.4.2 * Adds to sudoers file if already present * Tests to ensure Default secure_path is not overwritten * Bump to version 1.4.4 * Fix version as 1.4.3 Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update src/python/install.sh Co-authored-by:
Prabhakar Kumar <64955767+prabhakk-mw@users.noreply.github.com> * Update src/python/devcontainer-feature.json --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> Co-authored-by:
Samruddhi Khandale <skhandale@microsoft.com>
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Richard Höchenberger authored
* [desktop-lite] Allow password-less VNC connections Closes #611 * Restore readme * Update src/desktop-lite/install.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Fix --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 28 May, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
hellodword authored
Co-authored-by:
Samruddhi Khandale <skhandale@microsoft.com>
-
- 21 May, 2024 1 commit
-
-
Andy Li authored
-
- 17 May, 2024 1 commit
-
-
Dev containers Bot authored
* Automated dotnet-install script update * Bump version --------- Co-authored-by:
github-actions <github-actions@github.com>
-
- 16 May, 2024 1 commit
-
-
Gaurav Saini authored
* [Desktop-lite]- libasound2 not installing in noble - issue * bump to patch version in Desktop-lite feature * misc change * Changes for comments ( review comments ) * changes based on review comments..
-
- 13 May, 2024 1 commit
-
-
✨ Jacob Woffenden authored* Add Ubuntu Noble Signed-off-by:
GitHub <noreply@github.com> * Changes Signed-off-by:
GitHub <noreply@github.com> --------- Signed-off-by:
GitHub <noreply@github.com>
-
- 07 May, 2024 1 commit
-
-
Barrett Strausser authored
* Fix rustup-init sha256sum check * Semver update --------- Co-authored-by:
bstrausser <bstrausser@locusrobotics.com>
-
- 22 Apr, 2024 1 commit
-
-
Prathamesh Zarkar authored
upgrade cuda version 11.7 and cudnn 8.5.0
-
- 16 Apr, 2024 2 commits
-
-
Gaurav Saini authored
* [Ruby] - Install using fallback - draft * [Ruby] - Rvm - fallback logic implementation * misc changes * changes for review comments..
-
Gaurav Saini authored
* [az-cli] - To separate the two methods of installation - apt & python * bump patch version * changes as requested by review comments * no need to keep * added test script missing * changes for review comment
-
- 12 Apr, 2024 1 commit
-
-
Prathamesh Zarkar authored
-
- 11 Apr, 2024 1 commit
-
-
Jean-Baptiste Louazel authored
* Set DEBIAN_FRONTEND to noninteractive Signed-off-by:
Jean-Baptiste Louazel <jb@flex.ai> * Bump nvidia-cuda to 1.1.1 Signed-off-by:
Jean-Baptiste Louazel <jb@flex.ai> * Install `liburcu6` Signed-off-by:
Jean-Baptiste Louazel <jb@flex.ai> * Revert "Install `liburcu6`" This reverts commit b7b2931f8bed57826f2019ea884cbe2440e6c9e8. --------- Signed-off-by:
Jean-Baptiste Louazel <jb@flex.ai>
-
- 04 Apr, 2024 1 commit
-
-
Prathamesh Zarkar authored
-
- 02 Apr, 2024 3 commits
-
-
WarrenS authored
* Update devcontainer-feature.json * Updated version
-
Gaurav Saini authored
* [php]- php fallback to prev. version - fix * update patch version for php feature * few changes.. * small change * test completes successfully pointing at the new fallbacked php version * changes acc. to review comments..
-
Gaurav Saini authored
* [PowerShell]- Fallback method with find_prev_vers_frm_git_tags() done * bumped the feature version
-
- 28 Mar, 2024 3 commits
-
-
Gaurav Saini authored
-
Gaurav Saini authored
* [kubectl-helm-minikube] - helm - alternative fallback method implemented * bump patch version
-
Gaurav Saini authored
* implementation of fallback logic for cosign, terraform * tflint, terragrunt - wrote fallback logic for these * misc change * [Terraform] - fallback - apply * changes as requested by review comments * misc change * misc change * 2-step fallback implemented in install.sh, test cases yet to be updated * install jq for ubuntu:focal, jammy & debian:11, 12 * test for terraform_docs updated * tfsec test updated * terraform fallback test updated * misc change * added tflint fallback test file * terragrunt fallback test file added * minor change in tfsec test file * few more changes to cosign, terragrunt installations.. * changes to test files for terragrunt & cosign * Changes acc. to review comments for pr * changes requested * changes as requested in review comments !
-
- 27 Mar, 2024 1 commit
-
-
Gaurav Saini authored
* [azure-cli] - python3.12 - feature broken due to distutils module removed - fix * update default for installUsingPython * removed the installUsingPython=true flag from the building scenario * bump update the patch version --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-