-
Couldn't load subscription status.
- Fork 515
Patch 1 #1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: automated-script-update-6210330803
Are you sure you want to change the base?
Patch 1 #1496
Conversation
* [java] fixed feature test scenario check * [java] support for non conentional version * Update src/java/install.sh to not include whitespaces Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * bumped patch version --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
…ntainers#703) * [common-utils] fix bug when user home is custom by base docker * bumped minor version * reduced conditions to improve readability
…containers#694) * [python] Updated `sudo_if` function - Remove double quotes to avoid issues with string tokenization * Add test scenario * Revert "Add test scenario" This reverts commit 9e62a37. * Update `jupyterlab git` package name * Bump feature version * Test: Install jupyterlab under root user * Refactor changes * Bump patch version * Address review points
* add cuda tookit installing support * add nvcc installing support * add libcudnn8-dev installing support * add new cuda versions adn cudnn versions * add specificaitons of new option * remove installNvcc installNvcc process is included in installToolkit * add tests for new nvidia-cuda options * fix wrong scenario name * Revert "add specificaitons of new option" This reverts commit 0dcdb92. README.md should be generated by CI workflow. * make cudnn-dev installation isolated * dump minor version to 1.1.0
* Terraform - Adds licensing information * Update src/terraform/NOTES.md Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com> --------- Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
* Automated dotnet-install script update * version bump --------- Co-authored-by: github-actions <github-actions@github.com>
* Bump the dotnet version after a script update * Forgot to add file * Keep 4 spaces indentation
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Docker-in-docker: Updates docker-init with "pkill" * pkill only if container didn't start at first * pkill with condition * add back sudo_if
* Remove deprecated Python settings * No longer install Python linters and formatters * Revert "No longer install Python linters and formatters" This reverts commit 57c7bec. * Bump minor version
…efully (devcontainers#713) * [terraform] Update retry logic - Add `dnsutils` package to dependencies - Update retry logic to handle DNS-related errors more gracefully * Update install.sh * Bump version
* updates * version bump
…ls (devcontainers#722) * Try Ubuntu keyserver on port 80 if default HKP port fails Closes devcontainers#719 Closes devcontainers#717 * Bump feature versions --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Add PowerShell extension * Bump feature version
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* [common-utils] Bug fix: zsp missing rc snippet * condion rc snippet * fix bug * remove debugging step
Remove the deprecated rebornix.Ruby extension from the list of installed extensions.
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated dotnet-install script update * Bump version --------- Co-authored-by: github-actions <github-actions@github.com>
* Fix indentation in common-utils/main.sh
* common-utils: Fix install error on RHEL
On RHEL (and derivatives) the installation of the common-utils feature
could fail if the feature ran before (i.e., `PACKAGES_ALREADY_INSTALLED`
is set) and if either `INSTALL_ZSH` is false, or zsh was installed
earlier and `ZSH_ALREADY_INSTALLED` is true.
In these cases the script the `package_list` is empty, and `dnf`
terminates with the following error message:
```
usage: dnf install [-c [config file]] [-q] [-v] [--version]
[--installroot [path]] [--nodocs] [--noplugins]
[--enableplugin [plugin]] [--disableplugin [plugin]]
[--releasever RELEASEVER] [--setopt SETOPTS]
[--skip-broken] [-h] [--allowerasing] [-b | --nobest] [-C]
[-R [minutes]] [-d [debug level]] [--debugsolver]
[--showduplicates] [-e ERRORLEVEL] [--obsoletes]
[--rpmverbosity [debug level name]] [-y] [--assumeno]
[--enablerepo [repo]] [--disablerepo [repo] | --repo
[repo]] [--enable | --disable] [-x [package]]
[--disableexcludes [repo]] [--repofrompath [repo,path]]
[--noautoremove] [--nogpgcheck] [--color COLOR] [--refresh]
[-4] [-6] [--destdir DESTDIR] [--downloadonly]
[--comment COMMENT] [--bugfix] [--enhancement]
[--newpackage] [--security] [--advisory ADVISORY]
[--bz BUGZILLA] [--cve CVES]
[--sec-severity {Critical,Important,Moderate,Low}]
[--forcearch ARCH]
PACKAGE [PACKAGE ...]
dnf install: error: the following arguments are required: PACKAGE
```
Fix the problem by running `dnf` only with a non-zero `package_list`.
* revert behavior of sourcing .profile in .zprofile https://github.com/devcontainers/features/pull/736/files#diff-3e71c0a0669a0410f7dd0d8f2b83f3b6bf6b525d3eabd354f19f32822da669fcR460-R463 * add test * increment version * create empty .zprofile is not present, and fix test * temporarily add back .profile to .zprofile (only if file did not exist)
Version bump for devcontainers#793
* fix typo * version bump --------- Co-authored-by: Eljo George <eljog@github.com>
Bump common-utils to v2.4.0 to reflect new package addition Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
…evcontainers#787) * add option `useAttrPath` to support `nix-env -iA` * add test and fix problem * change to useAttributePath * bump the version * update test
…vcontainers#1367) add plucky to the docker-outside-of-docker distro allow lists Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
* Node 18 EOL changes * Fixing failing tests * Updating based on review comments --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
* add git lfs install * update minor version
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
Update VS Code extension references from 'ms-azuretools.vscode-docker' to 'ms-azuretools.vscode-containers' in Docker features Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
* fix(git): update Ubuntu PPA GPG key fingerprint * Bump version --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
* [aws-cli] Change dependency from gnupg2 to gpg Other components of gnupg2 are not necessary for verifying the aws-cli signature. * version bump --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…s#1366) * Ubuntu focal EOL change for nvidia-cuda * Major version bump * Major version bump correctly as per the review comment. * Updating the correct version in readme file as pointed out in review. * To re-run the tests --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…re (devcontainers#1395) * [desktop-lite] - Adding support for noVNC latest version in the feature * Corrections based on review comments. * Correcting the logger statement.
…rs#1370) * Ubuntu focal(20.04) EOL changes in features test scripts * Version bump and dotnet rollback. * Reverting the version bump & adding test for Oryx test script. --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…containers#1376) * [rust] - Extending the feature support for non-debian platforms. * Removing unused variables. * corrections done based on review comments. --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…#1404) * [rust] - Introducing new options to install components * Fix for testing with rockylinux and addition in tests * Correcting based on review comments. * Further changes in the input * correcting code comment * Correcting based on review comment * Correcting based on review comment. * To rerun the test
* Support arm64 for CUDA image * Update install.sh * Update install.sh * Update note --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…ers#1421) * [terraform] - Fix terraform installation in ubuntu noble. * Adding warning message. * Small changes in the test scripts. * Apply suggestions from code review, removing whitespaces. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review, to convert into a generic function. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Adding further on review comments * Update src/terraform/install.sh, updating comment. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/terraform/install.sh, removing whitespaces Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Further change to put function for common code as per review comment. * Corrections done based on review comments. * Further corrections. * Update src/terraform/install.sh Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com> * Correction in error handling based on review comment. * To check if able start tests --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…tainers#1342) * anaconda feature installation support for arm64/ aarch64. * Adding support for RHEL based linux distributions. * Correction in the CONDA directory permission * Update src/anaconda/install.sh, removing whitespaces Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/anaconda/install.sh, removing whitespaces Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/anaconda/install.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/anaconda/install.sh, removing whitespaces as suggested by copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/anaconda/install.sh, removing whitespaces Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/anaconda/scenarios.json, removing whitespaces Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Correcting incorrect code review suggestion by Copilot * Corrections based on review comments. * Further corrections based on review comments. --------- Co-authored-by: Kaniska244 <kaniska244@example.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
README.md was updated in devcontainers#1376, but NOTES.md was left as is. The changes in README.md will be overriden when CI will update the documentation (e.g. with devcontainers#1408). This PR also regenerates README.md, which fixes the documentation for option `components`. Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…s#1423) fix(devcontainer): bump javascript-node image version
…tainers#1424) * Use new config to disable OhMyZsh auto update There's a new method: https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#deprecated-settings * bump patch version * Remove `buster` from testing scenarios as it is EOL --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…-of-docker distro lists (devcontainers#1442) * Add Debian Trixie to the docker-* distro list * Grammar * Fix Microsoft signing keys for Debian Trixie in docker-* * Test docker installation on debian trixie * Handle possibly missing moby package in docker-outside-of-docker installation * Remove trixie test with `moby: true` --------- Co-authored-by: Álvaro Rausell Guiard <33221237+AlvaroRausell@users.noreply.github.com>
…evcontainers#1453) * [ruby] - Making ruby feature work in debian trixie(13) * Restart test
add gatewayports option to sshd
…tainers#1475) * [terraform] - Fix terraform installation in debian trixie(13) * Version bump
* dotnet: add support for prerelease versions * Add 'additionalVersions' tests * Improve handling of empty 'channel' and 'quality' values * Fix invalid version spec in aspnetCoreRuntimeVersions
…nd putting a check to stop installation for Debian Trixie(13) (devcontainers#1482) * [docker-in-docker, docker-outside-of-docker] - Update documentation and putting a check to stop installation for Debian Trixie(13) * docker-in-docker feature test update * Test script change
* Trixie Support * Bump desktop lite version * add trixie support to desktop lite test script * Added test scenario for trixie * Fix typo
…re (devcontainers#1478) * Initial plan * Fix excessive wget download output in GitHub CLI feature Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com> * Version bump. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
|
@coronelnestorgaston05-ai please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
No description provided.