Skip to content

Tags: hoechenberger/features

Tags

feature_docker-in-docker_2.7.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Docker-in-docker] Updates docker-init scripts (devcontainers#715)

* updates

* version bump

feature_terraform_1.3.5

Toggle feature_terraform_1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[terraform] Update retry logic to handle DNS-related errors more grac…

…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

feature_node_1.3.1

Toggle feature_node_1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Configure npm proxy when proxy environmentals exist (devcontainers#712)

feature_python_1.2.1

Toggle feature_python_1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove deprecated Python settings (devcontainers#625)

* 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

feature_docker-in-docker_2.6.0

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docker-in-docker: Updates docker-init with "pkill" (devcontainers#711)

* Docker-in-docker: Updates docker-init with "pkill"

* pkill only if container didn't start at first

* pkill with condition

* add back sudo_if

feature_dotnet_2.0.1

Toggle feature_dotnet_2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Updates] Automated vendor dotnet-install script (devcontainers#698)

* Automated dotnet-install script update

* version bump

---------

Co-authored-by: github-actions <github-actions@github.com>

feature_python_1.2.0

Toggle feature_python_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[python] Change the `sudo_if` function to avoid issues with Bash (dev…

…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

feature_nvidia-cuda_1.1.0

Toggle feature_nvidia-cuda_1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhancements in CUDA Support (devcontainers#699)

* 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

feature_java_1.2.2

Toggle feature_java_1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[java] fix version regex to support graalce jdk 21 (devcontainers#701)

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

feature_common-utils_2.2.0

Toggle feature_common-utils_2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[common-utils] fix bug when user home is custom by base docker (devco…

…ntainers#703)

* [common-utils] fix bug when user home is custom by base docker

* bumped minor version

* reduced conditions to improve readability