- 26 Mar, 2025 2 commits
-
-
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 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Gaurav Saini authored
* [docker-in-docker] - toggle ip6tables settings value as option * Update src/docker-in-docker/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update src/docker-in-docker/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * ip6tables - can be toggled * changes as requested * change to add test file.. * changes for docker_build_older test passing * misc change * CHANGE * chg * minor change to make tests pass * for sh compatibility * change for version * small change * few imp. changes * few changes * for test passing * minor commit * version added to a test scenario * changes * LOGIC was moved outside the init file for faster initialization times * changes * logic updated ! * chg * default value to be null * changes as suggested in review comments.. * by mistake * another small change * requested changes in comments (review pr) * change as requested * changes as suggested in review comments * Update src/docker-in-docker/install.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 09 Sep, 2024 1 commit
-
-
Gaurav Saini authored
* [desktop-lite] - vnc_resolution - set thru env var * mistake in scenarios.json corrected * small change of function addition in desktop-init.sh file * changes as requested (review pr) * changes as suggested
-
- 03 Sep, 2024 1 commit
-
-
Vatsal Gupta authored
* Updated from checkout@3 to checkout@4 * Updated action paths-filter from @v2 to @v3
-
- 28 Aug, 2024 1 commit
-
-
💻 Ruben Suarez Alvarez authored* feat(aws-cli): 🧑
💻 add aws completion aws supports bash and zsh command completion. * test(aws-cli):✅ test aws bash completion * chore(aws-cli):🔧 update feature version * fix(aws-cli): cp command fix * refactor(aws-cli): move vendor scripts to specific folder * docs(aws-cli): add README to vendor scripts * build(aws-cli): automate aws-cli vendor completer scripts updates * chore(aws-cli): update vendor completer scripts * build(aws-cli): update message * chore(aws-cli): remove some code remainders
-
- 27 Aug, 2024 3 commits
-
-
Julian Pawlowski authored
* Align manual pwsh install with DEB package - ensure execution permissions for pwsh - correct path from /usr/local/bin/pwsh to /usr/bin/pwsh - register as shell in /etc/shells * Update versions * Update repositories * Check for existing pwsh installation This will avoid build failures when multiple features depend on this PowerShell package * test: Fix PS profile test * Test: Fix install_using_github * Test: Fix getcwd warning * fix: Move out of directory before deleting it * test: Add validate_powershell_installation * test: Change Ubuntu test base image to upcoming new LTS version
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Prathamesh Zarkar authored
* Features update logic for PPA in bionic * node failing fixed after pnpm install from npm package manager * for node version 16 pnpm version 7 is installed * uninstalled pnpm package first and then reinstalled as per node version * force installing pnpm package * optimized logic to install compatible pnpm for node 16 * pnpm install specific version compatible for node * new variable added pnpmVersion in node feature * test case failure fixed * fixed test cases * fixing test cases * pnpm version fixed for test cases * default version for pnpm updated * review comments addressed * Update src/node/devcontainer-feature.json --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 21 Aug, 2024 1 commit
-
-
Shoki Hata authored
Update Go version to 1.3.1 and proposals to 1.23 and 1.22
-
- 20 Aug, 2024 1 commit
-
-
Paul Taylor authored
ensure common-utils rc snippets have line endings
-
- 19 Aug, 2024 2 commits
-
-
Osvaldo Ortega authored
* Modify scripts to stream terminal title changes Adding the capabilities to signal terminal title changes based on the command that is being executed * Fixes * Review comments * Update src/common-utils/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update src/common-utils/scripts/bash_theme_snippet.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update src/common-utils/scripts/rc_snippet.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Remove RC * Adding tests * Update test/common-utils/scenarios.json * Update src/common-utils/scripts/bash_theme_snippet.sh * Test fixes --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> Co-authored-by:
Samruddhi Khandale <skhandale@microsoft.com>
-
Dev containers Bot authored
* Automated dotnet-install script update * Bump version --------- Co-authored-by:
github-actions <github-actions@github.com>
-
- 16 Aug, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Daniel Meilak authored
* [desktop-lite] Suggested usage of appPort instead of forwardPorts for devcontainer-cli * Update src/desktop-lite/NOTES.md Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-