Skip to content

Tags: LockedThread/features

Tags

feature_docker-in-docker_2.8.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docker-in-docker - [Bug fix] : Fix externally-managed-environment pyt…

…hon error for "bookworm" (devcontainers#833)

* Docker-in-docker - [Bug fix] : Fix externally-managed-environment python error for "bookworm"

* add comment

feature_python_1.3.2

Toggle feature_python_1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for set…

…uptools-65.5.0 lib on python using python image (devcontainers#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

feature_oryx_1.2.0

Toggle feature_oryx_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Oryx: Update to use .NET 8 (devcontainers#825)

* Oryx: Update to use .NET 8

* Fix install_prev_dotnet_and_oryx

* fix install_prev_dotnet_and_oryx

feature_node_1.4.0

Toggle feature_node_1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RHEL support to node feature. (devcontainers#823)

* 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>

feature_java_1.4.0

Toggle feature_java_1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RHEL support to Java feature (devcontainers#821)

* 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>

feature_docker-in-docker_2.8.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[docker-in-docker] : Bug fix - Buildx installation when moby:false (d…

…evcontainers#827)

feature_anaconda_1.0.12

Toggle feature_anaconda_1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Anaconda: Fix bug - Pass proxy variables to new shell for successful …

…anaconda installation behind proxies (devcontainers#808)

Anaconda: Fix bug - Pass proxy variables to new shell

feature_git_1.2.0

Toggle feature_git_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RHEL support to git feature (devcontainers#782)

* 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>

feature_common-utils_2.4.1

Toggle feature_common-utils_2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow common-utils to be installed on "minimal" RHEL-based distributi…

…ons (devcontainers#811)

* allow common-utils to be installed on "minimal" RHEL-based distributions.

* bump version to reflect bug fix

* add missing test scripts for alma scenarios

---------

Co-authored-by: Jeff Putsch <jputsch@analog.com>

feature_java_1.3.0

Toggle feature_java_1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[java] Support groovy installations (devcontainers#779)

* [java] Support groovy installations

Fix java test failing with non existent 19 version of `open` distro

* fix: Typo

* feat: Implement code review comments

---------

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>