- 19 May, 2025 1 commit
-
-
Tomáš Janoušek authored
* fix(rust): remove rls and rust-analysis for Rust 1.87+ compatibility Rust 1.87.0 and later have removed the long-deprecated RLS and rust-analysis components. This change updates the install script to only add rust-src, rustfmt, and clippy, preventing build errors during feature installation. See: https://github.com/rust-lang/rust/pull/126856 https://blog.rust-lang.org/2022/07/01/RLS-deprecation/ https://github.com/rust-lang/rustup/blob/a92432fc8b6d5d4e56ebd08ca1c45b7b1294c1bd/doc/user-guide/src/concepts/components.md#previous-components Fixes: https://github.com/devcontainers/features/issues/1361 * Drop support for older rust version that do not have rust-analyzer * Add rust-analyzer as replacement for rls * Update devcontainer-feature version number * Add proposed version options * test(rust): Bump pinned rust version to one incl rust-analyzer --------- Co-authored-by:
neoscript <neoscripting@gmail.com>
-
- 05 May, 2025 1 commit
-
-
Alberto Cavalcante authored
update version proposals to include Go 1.24
-
- 21 Apr, 2025 2 commits
-
-
sireeshajonnalagadda authored
* rremoved shell envwhich defaults to the shell /bin/bash * adding powershell support for alma linux9 * modifications to the test cases * Delete test/common-utils/configure_zsh_as_default_shell/Dockerfile Deleting the file as it is no longer needed No modifications needed inside the Dockerfile set the containerEnv to work with default shell * remove sudo * made changes * adding -E to preserve env variables * correcting errors * made the requested changes * using dnf to check the packages * using dnf to check the packages * bumping up the version * bump up the powershell version for Almalinux support * removal of x86_64 * local tests files not required for this PR --------- Co-authored-by:
Daniel Doyle <ddoyle2017@github.com>
-
- 17 Apr, 2025 1 commit
-
-
Kaniska authored
* Fixing the dotnet smoke test issue with changes in test script. * Version bump
-
- 07 Apr, 2025 2 commits
-
-
Brigit Murtaugh authored
-
Mathiyarasy authored
* REmove hardcoded fallback to tem from ms JDK * Update latest version * address review comments
-
- 04 Apr, 2025 1 commit
-
-
Kaniska authored
Ruby 3.1 EOL and 3.4 addition
-
- 01 Apr, 2025 2 commits
-
-
Christof Marti authored
-
Christof Marti authored
* Custom instructions for github-cli, node, python * Custom instructions for docker-in-docker, docker-outside-of-docker
-
- 27 Mar, 2025 1 commit
-
-
Kaniska authored
-
- 26 Mar, 2025 4 commits
-
-
sireeshajonnalagadda authored
* added tdnf package manager and some checks for Azure linux * added tdnf package manager and some checks for Azure linux * modified install_cmd * modified install_cmd --------- Co-authored-by:
Daniel Doyle <ddoyle2017@github.com>
-
William authored
-
Mathiyarasy authored
* Update dockercompose previous version logic * Update v2 as v2 is latest * Update default to v2 * Update test for fetching previous version * default to latest to test * fix the failure scenario * previous tag * remove latest condition check
-
Gaurav Saini authored
* [docker-outside-of-docker] - Correction in fetching previous version from github api url * need full array of objects instead was pulling only the object pertaining to latest release * Correcting the scenario when result of json can be an object or an array, so to tackle both the scenarios in the function of fallbacking * version output for docker-compose-switch in test scenario run for testing fallback * correction in getting version for docker compose outputted in test case * correction * correction * correction * run the pipeline again * Update version devcontainer-feature.json * remove DOCKER_DASH_COMPOSE_VERSION * typo error * remove if condition --------- Co-authored-by:
sireeshajonnalagadda <sireeshajonnalagadda@github.com> Co-authored-by:
Mathiyarasy <157102811+Mathiyarasy@users.noreply.github.com>
-
- 03 Mar, 2025 2 commits
-
-
Gaurav Saini authored
* [python] - issue #1172 - add version switching mechanism using update-alternatives * removed commented code * [python] - update-alternatives addition for ease in switching of python versions - complete * changes for passing of other tests !! * change for better positioning of code * Added test case scenario for Update-Alternatives check * added scenario for testing * [alternatives] - added option for fedora, centos & rhel * changed file name * changes for update-alternatives test case proper functioning * arrange in asc order for default value retention after testing ends
-
Kaniska authored
[nvidia-cuda] - Cudnn install script issue, unable to fetch latest version of libcudnn9 library (#1275) nvidia-cuda fix for Issue #1270
-
- 28 Feb, 2025 1 commit
-
-
Christof Marti authored
-
- 27 Feb, 2025 1 commit
-
-
William authored
* Remove azure terraform extension * Update README.md
-
- 12 Feb, 2025 1 commit
-
-
jurjenoskam authored
Add `bicepVersion` parameter (defaulting to `latest`) to optionally specify a specific Bicep version when `installBicep` is `true`. Co-authored-by:
Jurjen Oskam <Jurjen.Oskam@rabobank.nl> Co-authored-by:
Daniel Doyle <ddoyle2017@github.com>
-
- 28 Jan, 2025 2 commits
-
-
Gaurav Saini authored
[docker-in-docker] - issue #1202 solution - moby=false, holds configured docker-ce and docker-ce-cli version (#1215) * [docker-in-docker] - issue #1202 solution - moby=false, holds configured docker-ce and docker-ce-cli version * test case for scenario of issue --------- Co-authored-by:
Daniel Doyle <ddoyle2017@github.com>
-
Gaurav Saini authored
Co-authored-by:
Daniel Doyle <ddoyle2017@github.com>
-
- 15 Jan, 2025 1 commit
-
-
Prathamesh Zarkar authored
* auto find cudnn version * auto finding libcudnn8 and libcudnn9 packages * removed unused files * nvidia-cuda feature patch version bumped * review comments addressed * review comments addressed * --fix-missing added for apt-get update * test cases fixed for libcudnn check * test updatedfor cudnnVersion without automatic
-
- 09 Jan, 2025 1 commit
-
-
Steven authored
The azureedge.net domain might stop working as detailed in dotnet/core#9671 Changes in this PR: dotnet: update the logic to determine the latest version dotnet and oryx: copy latest dotnet-install script from https://github.com/dotnet/install-scripts/blob/main/src/dotnet-install.sh (Normally this happens automatically by a GitHub Action, but there is a sense of urgency here, so I did it manually) Additional context https://devblogs.microsoft.com/dotnet/critical-dotnet-install-links-are-changing/ https://build5nines.com/retirement-of-azureedge-net-dns-edg-io-business-closure-and-what-you-need-to-know/
-
- 18 Dec, 2024 1 commit
-
-
Mathiyarasy authored
Codespace unable to start in Jupyter using python feature with option "installJupyterLab": true (#1199) * Add path for JupyterLab * Remove unwanted code
-
- 03 Dec, 2024 1 commit
-
-
Mathiyarasy authored
Universal Image Latest Version: Caused issue in a Pipeline Azure DevOps Pipeline generate-kitchensink-automated Failed This PR aims to do things: The pinned dotnet version now is 8.0.202 : Oryx: Unpin .NET version 8.0.101 Publish oryx app with --self-contained true tag . Without this tag oryx fails to launch stating compatible .net runtime version not found
-
- 02 Dec, 2024 1 commit
-
-
Mathiyarasy authored
* Update test-pr.yaml * Update test-pr.yaml for Oryx feature
-
- 22 Oct, 2024 2 commits
-
-
Vatsal Gupta authored
* Fixed Nvm Source Issue * Fix: Test Scenario Failure * Updated node feature version * Incorporated Review Comment
-
Vatsal Gupta authored
* Fix: Handle case where Python version is already installed in dev container (#617) * Incorporated Review Comment: Version exist handling * Update: Python Feature Version
-
- 17 Oct, 2024 2 commits
-
-
Prathamesh Zarkar authored
* latest jdk 23 is introduced accordingly changed the source code * java version bumped
-
Prathamesh Zarkar authored
* common-utils zshrc issue fix * bump feature patch version * test added to validate the changes of zshrc fix * user vscode added * User env added
-
- 08 Oct, 2024 1 commit
-
-
Vatsal Gupta authored
* Fix: Handle case where Python version is already installed in dev container (#617) * Incorporated Review Comment: Version exist handling
-
- 07 Oct, 2024 1 commit
-
-
Josh Spicer authored
I suspect this will fix the git tagging issue reported in https://github.com/devcontainers/features/issues/1122
-
- 25 Sep, 2024 2 commits
-
-
Flo authored
* feat(nix): Enable persistent volume for shared nix-store * fix: Wrong mount * fix: Switch to persistent volumes per devcontainer, fixes renamed nix package used in test * Update src/nix/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * fix: Bump version --------- Co-authored-by:
Flo Müller <flo.mueller@gec.io> Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
Prathamesh Zarkar authored
* Add JDK 22 support * bump patch version * removed exit added for debugging * added one condition before changing the JDK_DISTRO * version set to 21 and jdk_distro open fixed * failed test cases fixed * fixing install_type issue if not java * yum update with epel-release install * explicit test case writen to validate jdk 22 works fine * moved check_packages to the start * INSTALL_CMD moved to start * variable changed
-
- 24 Sep, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Gaurav Saini authored
[docker-outside-of-docker] - Fix externally-managed-environment python error for "bookworm" - solution to issue #1120 (#1121) * [docker-outside-of-docker] - solution to issue #1120 * minor changes * err fn addition * changes as required * Update src/docker-outside-of-docker/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * remove debugging code * missed this change * reverting changes * keeping docker_compose_install to be false for v1 installs * changes as requested * changes as required --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 23 Sep, 2024 2 commits
-
-
Prathamesh Zarkar authored
* cuda support for 12.3 .. 12.5 * cuda 12.3 to 12.5 support * patch version update * review comments addressed
-
Gaurav Saini authored
* [Git-Lfs] - Solution to #1072 issue * bumped patch version for ths feature
-
- 16 Sep, 2024 1 commit
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-