Tags: predatormax/features
Tags
update docker-compose version to latest and add new test scenarios (d… …evcontainers#1571) * update docker-compose version to latest and add new test scenarios * Fix JSON formatting in devcontainer-feature.json * Update default docker-compose version to 'latest' * Update default docker-compose version to 'latest' * Version bump * symlink --------- Co-authored-by: Kaniska <kaniska244@github.com>
aws-cli: add option to surpress unzip output (devcontainers#1210) * aws-cli: add option to surpress unzip output * Update AWS CLI version to 1.1.3 --------- Co-authored-by: Kaniska <kaniska244@github.com>
dotnet: set up tab completions for SDK 10+ (devcontainers#1596) * dotnet: set up tab completions for SDK 10+ Generate bash, zsh, and fish completion scripts using 'dotnet completions script' and place them in the standard system-wide completion directories: - /usr/share/bash-completion/completions/dotnet - /usr/share/zsh/site-functions/_dotnet - /usr/share/fish/vendor_completions.d/dotnet.fish Gated behind SDK 10+ via version check since the 'dotnet completions script' command is only available starting with .NET 10. Skipped for runtime-only installs. Reference: https://learn.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete * Add tab completion assertions * Sync dotnet docs options with feature metadata
Remove duplicated CentOS 7 mirrorlist update logic (devcontainers#1586) * Bump version from 2.5.6 to 2.5.7 * Remove duplicated CentOS 7 mirrorlist update logic Remove duplicated CentOS 7 mirrorlist handling introduced in this commit devcontainers@52c79b4
devcontainers#1587 - Fix: Remove temporary Go tools directory (devcon… …tainers#1588) * Fix: Remove temporary Go tools directory * Bump go version & Fixed variable expansion --------- Co-authored-by: Kaniska <kaniska244@github.com>
fix(docker-in-docker): create /usr/local/share directory if it doesn'… …t exist before writing … (devcontainers#1594) Create /usr/local/share directory if it doesn't exist before writing docker-init.sh
Fix kubectl-helm-minikube installation failures on debian:11 and ubun… …tu:focal (devcontainers#1578) * Fix kubectl-helm-minikube installation failures on debian:11 and ubuntu:focal (devcontainers#1567) * Initial plan * Fix kubectl SHA256 download URL and bump version to 1.3.1 Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Add timeout and fallback for kubectl version fetching Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Improve error messages and diagnostics for kubectl version fetching Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Address code review feedback: clean up error handling Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Improve error message to reference VERSION option Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Use hardcoded fallback version instead of git tags fallback Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Add version validation and comment for fallback version Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Extract fallback version to constant at top of file Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> * Update fallback version of kubectl to v1.35.1 * Add alternative URL fallback before using hardcoded version Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: abdurriq <137001048+abdurriq@users.noreply.github.com> Co-authored-by: Abdurrahmaan Iqbal <abdurriq@github.com> * Fix kubectl SHA256 URL in install script * Use configurable fallback kubectl version instead of just hardcoded one --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
[nvidia-cuda] - Fix installation issue on debian trixie(13) (devconta… …iners#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
Fix SDKMAN GLIBC 2.30 incompatibility on RHEL 8 family systems (devco… …ntainers#1575) Fix SDKMAN GLIBC 2.30 incompatibility on RHEL 8 family systems (devcontainers#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 (devcontainers#1574) * Initial plan * Update Java version test to check for version 25 --------- --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker… … features (devcontainers#1577) Fix certificate verification for Ubuntu 24.04/Debian Trixie in docker features (devcontainers#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 <198982749+Copilot@users.noreply.github.com>
PreviousNext