Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: devcontainers/features

Tags

feature_kubectl-helm-minikube_1.3.1

Toggle feature_kubectl-helm-minikube_1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix kubectl-helm-minikube installation failures on debian:11 and ubun…

…tu:focal (#1578)

* Fix kubectl-helm-minikube installation failures on debian:11 and ubuntu:focal (#1567)

* Initial plan

* Fix kubectl SHA256 download URL and bump version to 1.3.1

Co-authored-by: abdurriq <[email protected]>

* Add timeout and fallback for kubectl version fetching

Co-authored-by: abdurriq <[email protected]>

* Improve error messages and diagnostics for kubectl version fetching

Co-authored-by: abdurriq <[email protected]>

* Address code review feedback: clean up error handling

Co-authored-by: abdurriq <[email protected]>

* Improve error message to reference VERSION option

Co-authored-by: abdurriq <[email protected]>

* Use hardcoded fallback version instead of git tags fallback

Co-authored-by: abdurriq <[email protected]>

* Add version validation and comment for fallback version

Co-authored-by: abdurriq <[email protected]>

* Extract fallback version to constant at top of file

Co-authored-by: abdurriq <[email protected]>

* Update fallback version of kubectl to v1.35.1

* Add alternative URL fallback before using hardcoded version

Co-authored-by: abdurriq <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: abdurriq <[email protected]>
Co-authored-by: Abdurrahmaan Iqbal <[email protected]>

* Fix kubectl SHA256 URL in install script

* Use configurable fallback kubectl version instead of just hardcoded one

---------

Co-authored-by: Copilot <[email protected]>

feature_nvidia-cuda_3.0.0

Toggle feature_nvidia-cuda_3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[nvidia-cuda] - Fix installation issue on debian trixie(13) (#1591)

* [nvidia-cuda] - Fix installation issue on debian trixie(13)

* Update test in line with the latest defailt cuda version 12.5

* Remove uwanted submodule

* Adding symlinks for duplicate test files

feature_java_1.7.2

Toggle feature_java_1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix SDKMAN GLIBC 2.30 incompatibility on RHEL 8 family systems (#1575)

Fix SDKMAN GLIBC 2.30 incompatibility on RHEL 8 family systems (#1568)

* Initial plan

* Fix SDKMAN GLIBC compatibility for RHEL 8 systems



* Fix SDKMAN native binary removal for RHEL 8 systems



* Disable for RHEL 8

* Update Java latest version test to check for v25 (#1574)

* Initial plan

* Update Java version test to check for version 25



---------




---------

Co-authored-by: Copilot <[email protected]>

feature_docker-outside-of-docker_1.8.0

Toggle feature_docker-outside-of-docker_1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker…

… features (#1577)

Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker features (#1569)

* Initial plan

* Add update-ca-certificates call after installing ca-certificates package



* Bump feature versions: docker-outside-of-docker to 1.8.0, docker-in-docker to 2.16.0



* Add error handling and documentation for update-ca-certificates calls



* Remove invalid test for docker-compose when v2 isn't installed

---------

Co-authored-by: Copilot <[email protected]>

feature_docker-in-docker_2.16.0

Toggle feature_docker-in-docker_2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker…

… features (#1577)

Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker features (#1569)

* Initial plan

* Add update-ca-certificates call after installing ca-certificates package



* Bump feature versions: docker-outside-of-docker to 1.8.0, docker-in-docker to 2.16.0



* Add error handling and documentation for update-ca-certificates calls



* Remove invalid test for docker-compose when v2 isn't installed

---------

Co-authored-by: Copilot <[email protected]>

feature_powershell_2.0.1

Toggle feature_powershell_2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[powershell] - Fixing installation issue on `arm64` (#1581)

* [powershell] - Fixing installation issue on `arm64`

* Adding new workflow for arm64 on powershell feature

* add wget if not present.

feature_conda_1.2.5

Toggle feature_conda_1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix conda installation failure due to SHA1 signature rejection (#1576)

Fix conda installation failure due to SHA1 signature rejection (#1565)

* Initial plan

* Fix conda installation by switching from apt repository to direct Miniconda installer



* Add error handling for Miniconda download and installation



* Use APT::Key::GPGVCommand=1 option to bypass SHA1 signature check



* Fix version to 1.2.1 for semantic versioning

* Revert to Miniconda installer approach - APT option caused gpgv errors



* Use mktemp for secure temporary file creation



* Replace Miniconda installer with direct .deb package download and apt install



* Fix apt-get install syntax and improve error handling



* Fix package filename - use architecture-specific deb and extract Filename from Packages



* Update version to 1.2.3



* Fix apt-get install path - remove ./ prefix for absolute paths



* Fix version matching for specific conda versions - handle version suffixes



---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Kaniska <[email protected]>

feature_powershell_2.0.0

Toggle feature_powershell_2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[powershell] - Add `lts`, `stable` and `preview`, also remove depreca…

…ted versions. (#1562)

* [powershell] - Add `lts` and remove deprecated versions.

* re-triggger test

* Re-trigger the test.

* Support powershell installation in debian trixie(13)

* Supporting `lts`, `preview` and `stable`.

* Remove extra dot(.)

* Retrigger test

* Added tests for almalinux

* Added one more test

* Remove duplicate code comment

feature_node_1.7.1

Toggle feature_node_1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(node): Use dl.yarnpkg.com for Yarn GPG key on all Debian versions (

…#1547)

* fix(node): Use dl.yarnpkg.com for Yarn GPG key on all Debian versions
Branch-Creation-Time: 2026-01-29T00:16:22+0000

* bump version to 1.6.5

---------

Co-authored-by: llin2 <[email protected]>
Co-authored-by: Abdurrahmaan Iqbal <[email protected]>

feature_node_1.7.0

Toggle feature_node_1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[node] - Removal of default installation of yarn v1(classic) (#1550)

* [node] - Removal of default installation of yarm v1(classic)

* Fixing issue when node version passed as none.

* check yarn version as well.

* Minor version change as per review comment.