- 05 Mar, 2024 3 commits
-
-
Samruddhi Khandale authored
* [Git-Lfs] - Install previous version if current tags are missing artifacts * fix test * fix debian:23 test
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Nebula authored
* Update devcontainer-feature.json * Fix profile loading * Update devcontainer-feature.json * Update devcontainer-feature.json * Add -E to sudo so it inherits environment
-
- 04 Mar, 2024 1 commit
-
-
Samruddhi Khandale authored
-
- 01 Mar, 2024 1 commit
-
-
Nebula authored
* Fix profile not downloading Since the powershell folder is owned by root, the profile download fails without becoming sudo first. ``` ls -l /opt/microsoft/powershell/ total 0 drwxr-xr-x. 1 root root 22 Feb 23 08:37 7 ``` * Update install.sh * Update install.sh * Fix: Add missing quote * Update install.sh * Update src/powershell/install.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update install.sh * Update patch version in devcontainer-feature.json --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
- 28 Feb, 2024 1 commit
-
-
gauravsaini04 authored
* [kubectl-helm-minikube]: Handle failing build with fallback to prev. version * changes acc. to comments and added tests * only to add fallback mechanism for helm and removed for kubectl & minikube * bump the patch version * changes for last comments by @samruddhikhandale * changes for suggestions
-
- 27 Feb, 2024 3 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Samruddhi Khandale authored
* Set v2 by default ; draft * Fix edge case: compose switch * Update description * validate "compose-switch" installation * fix test
-
Samruddhi Khandale authored
* Oryx: Fix build failures ; pin to .NET 8.0.101 * fix build * fix "install_dotnet_and_oryx"
-
- 26 Feb, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Samruddhi Khandale authored
-
- 23 Feb, 2024 3 commits
-
-
Lucas Fernando Cardoso Nunes authored
* add default value to MOBYBUILDXVERSION Signed-off-by:
Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com> * bump updated features patch versions Signed-off-by:
Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com> * sync missing default values to `install.sh` find `^[A-Z0-9_]+="\$\{[^:]+?\}` on `install.sh` files Signed-off-by:
Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com> --------- Signed-off-by:
Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Nebula authored
* Add support for including PowerShell profile * Update version in devcontainer-feature.json * Add powershellProfileURL to options * Update src/powershell/devcontainer-feature.json Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * Update README.md * Create testProfile.ps1 Added a Profile for testing * Add powershell profile test * Update install_modules.sh * Undo README.md changes * Update scenarios.json * Delete test/powershell/testProfile.ps1 --------- Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> Co-authored-by:
Samruddhi Khandale <skhandale@microsoft.com>
-
- 22 Feb, 2024 3 commits
-
-
gauravsaini04 authored
* [ docker-in-docker ] - buildx fallback to prev. version * corrected the command inside get_previous_version fn to get the second to latest version instead * changes in response to comments by @samruddhikhandale * minor change * changes as requested in comments by @samruddhikhandale
-
gauravsaini04 authored
* [python]-setuptools-GHSA-r9hx-vwmv-q579-remove setuptools-65.5.0-py3-none-any.whl * changes based on comments on pr #866 * Tried to answer acc. to last comment * Added tests to validate when skipVulnerabilityPatching=true
-
Dev containers Bot authored
* Automated dotnet-install script update * Bump version --------- Co-authored-by:
github-actions <github-actions@github.com>
-
- 14 Feb, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Jeff Putsch authored
* Support RHEL with tests * update per PR feedback * Bump minor version --------- Co-authored-by:
Jeff Putsch <jputsch@analog.com>
-
- 12 Feb, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Samruddhi Khandale authored
* Docker-outside-of-docker: Fix moby-buildx errors * test debugging * fix test * nit
-
- 10 Feb, 2024 2 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Ben Menesini authored
* Allow moby-buildx version to be specified in devcontainer.json Fixes #837 * Revert changes to README.md * Address code review feedback - Specify mobyBuildxVersion in devcontainer-feature.json with pinned and commented default value - Bump minor version - Leverage default value in install.sh - Only set buildx_version_suffix when installing moby * Handle varying distributions * Fix typo / remove extra line
-
- 09 Feb, 2024 4 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Samruddhi Khandale authored
-
Jeff Putsch authored
* install gpg2.22 on centos 7 when installing python * RHEL support, exisiting tests pass, new RHEL tests pass. * add tests, cleanup install organization * update testing to include RHEL tests * update testing to include RHEL tests * undo addition of installing additional pip modules * fix errors installing os-provided Python on recent Debian systems and on Mariner systems * adjust to properly use newly installed python (PYTHON_SRC) instead of assuming "python" will work * When installing pipx, check if python is marked as externally managed. If so, add "--break-system-packages" to the pip install flags. This does not really breack system packages due to the setting of PYTHONUSERBASE during the install of pipx, but does get us past checks for installing python packages into the system python install. * merge from main * update check for managed python install. pass all tests. * add "packages" option from PR #768 * remove "packages" option * Address PR feedback, passes all tests locally. * fix install error on centos --------- Co-authored-by:
Jeff Putsch <jputsch@analog.com>
-
gauravsaini04 authored
[common-utils] - Bookworm - enabled nonFreePackages option for installing manpages-posix, manpages-posix-dev packages (#834) * [common-utils] - Bookworm - enabled nonFreePackages option for installing manpages-posix, manpages-posix-dev packages (non-free) * change to correct the regular expression replacement with sed cmd * changes according to comments by Samruddhi * Changes acc. to comments as on 08/02 * Updated patch version based on comments
-
- 08 Feb, 2024 1 commit
-
-
Samruddhi Khandale authored
Docker-in-docker - [Bug fix] : Fix externally-managed-environment python error for "bookworm" (#833) * Docker-in-docker - [Bug fix] : Fix externally-managed-environment python error for "bookworm" * add comment
-
- 02 Feb, 2024 1 commit
-
-
gauravsaini04 authored
[Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image (#815) * [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image * [Python] - Added one more test * [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image * [Python] - Added one more test * Changes as suggested by comments * removed second line (L465) that removed a non existent dirrectory * bump patch version & change code to pass failing tests
-
- 31 Jan, 2024 7 commits
-
-
Samruddhi Khandale authored
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Jeff Putsch authored
* node feature working for RHEL and family, passing all tests * RHEL support added * fix linting error by removing debugging code. * incorporate PR feedback * address PR feedback --------- Co-authored-by:
Jeff Putsch <jputsch@analog.com>
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Jeff Putsch authored
* Initial rhel update * RHEL support added. * Add tests * quiet down test for ant/gradle/maven/groovy when they are not yet installed. * revert README -- it is autobuilt * Update src/java/NOTES.md add "`" around package manager names. Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * address PR feedback --------- Co-authored-by:
Jeff Putsch <jputsch@analog.com> Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
Samruddhi Khandale authored
Anaconda: Fix bug - Pass proxy variables to new shell for successful anaconda installation behind proxies (#808) Anaconda: Fix bug - Pass proxy variables to new shell
-
Samruddhi Khandale authored
* Oryx: Update to use .NET 8 * Fix install_prev_dotnet_and_oryx * fix install_prev_dotnet_and_oryx
-
- 29 Jan, 2024 4 commits
-
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
David J. Malan authored
* Adds number for consistency * Added numbering to NOTES.md instead * Update README.md
-
Dev containers Bot authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Jeff Putsch authored
* Git feature passes all tests: existing + rhel-based base images: centos7, alma-{8,9}, alma-{8,9}-minimal * update per PR comments * Fix apt typo... * udpate per PR code review * revert README.md * update per samruddhikhandale's feedback. * Update src/git/install.sh Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com> * stop non-fatal error messages in RHEL tests. * remove tests for alma-[89]-minimal base images for now. * add install system git tests for RHEL base images * *_system_* tests install from system repositories, not latest version * fix broken install_git_from_system_mariner test * fix broken install_git_from_system_mariner test --------- Co-authored-by:
Jeff Putsch <jputsch@analog.com> Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-