Skip to content

Tags: cocodingwork/features

Tags

feature_common-utils_2.5.3

Toggle feature_common-utils_2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump up the common-utils version for azurelinux support change (devco…

…ntainers#1311)

feature_terraform_1.3.9

Toggle feature_terraform_1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Terraform version to 1.3.9 in devcontainer feature (devcontainer…

…s#1290)

feature_docker-outside-of-docker_1.6.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[docker-outside-of-docker] - Correction in fetching previous version …

…from github api url (devcontainers#1252)

* [docker-outside-of-docker] - Correction in fetching previous version from github api url

* need full array of objects instead was pulling only the object pertaining to latest release

* Correcting the scenario when result of json can be an object or an array, so to tackle both the scenarios in the function of fallbacking

* version output for docker-compose-switch in test scenario run for testing fallback

* correction in getting version for docker compose outputted in test case

* correction

* correction

* correction

* run the pipeline again

* Update version devcontainer-feature.json

* remove DOCKER_DASH_COMPOSE_VERSION

* typo error

* remove if condition

---------

Co-authored-by: sireeshajonnalagadda <sireeshajonnalagadda@github.com>
Co-authored-by: Mathiyarasy <157102811+Mathiyarasy@users.noreply.github.com>

feature_docker-in-docker_2.12.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[docker-in-docker] - Correction in fetching previous version from git…

…hub api url (devcontainers#1302)

* Update dockercompose previous version logic

* Update v2 as v2 is latest

* Update default to v2

* Update test for fetching previous version

* default to latest to test

* fix the failure scenario

* previous tag

* remove latest condition check

feature_azure-cli_1.2.6

Toggle feature_azure-cli_1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`[azure-cli]`: add `bicepVersion` for use with `installBicep` (devcon…

…tainers#1227)

Add `bicepVersion` parameter (defaulting to `latest`) to optionally
specify a specific Bicep version when `installBicep` is `true`.

Co-authored-by: Jurjen Oskam <Jurjen.Oskam@rabobank.nl>
Co-authored-by: Daniel Doyle <ddoyle2017@github.com>

feature_nvidia-cuda_1.2.0

Toggle feature_nvidia-cuda_1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
auto find cudnn version (devcontainers#1126)

* auto find cudnn version

* auto finding libcudnn8 and libcudnn9 packages

* removed unused files

* nvidia-cuda feature patch version bumped

* review comments addressed

* review comments addressed

* --fix-missing added for apt-get update

* test cases fixed for libcudnn check

* test updatedfor cudnnVersion without automatic

feature_oryx_1.4.0

Toggle feature_oryx_1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use new CDN for dotnet builds (devcontainers#1230)

The azureedge.net domain might stop working as detailed in dotnet/core#9671

Changes in this PR:

dotnet: update the logic to determine the latest version
dotnet and oryx: copy latest dotnet-install script from
https://github.com/dotnet/install-scripts/blob/main/src/dotnet-install.sh
(Normally this happens automatically by a GitHub Action, but there is a sense of urgency here, so I did it manually)
Additional context

https://devblogs.microsoft.com/dotnet/critical-dotnet-install-links-are-changing/
https://build5nines.com/retirement-of-azureedge-net-dns-edg-io-business-closure-and-what-you-need-to-know/

feature_dotnet_2.2.0

Toggle feature_dotnet_2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use new CDN for dotnet builds (devcontainers#1230)

The azureedge.net domain might stop working as detailed in dotnet/core#9671

Changes in this PR:

dotnet: update the logic to determine the latest version
dotnet and oryx: copy latest dotnet-install script from
https://github.com/dotnet/install-scripts/blob/main/src/dotnet-install.sh
(Normally this happens automatically by a GitHub Action, but there is a sense of urgency here, so I did it manually)
Additional context

https://devblogs.microsoft.com/dotnet/critical-dotnet-install-links-are-changing/
https://build5nines.com/retirement-of-azureedge-net-dns-edg-io-business-closure-and-what-you-need-to-know/

feature_python_1.7.0

Toggle feature_python_1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Codespace unable to start in Jupyter using python feature with option…

… "installJupyterLab": true (devcontainers#1199)

* Add path for JupyterLab

* Remove unwanted code

feature_oryx_1.3.7

Toggle feature_oryx_1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Oryx Issue (devcontainers#1181)

Universal Image Latest Version: Caused issue in a Pipeline
Azure DevOps Pipeline generate-kitchensink-automated Failed

This PR aims to do things:

The pinned dotnet version now is 8.0.202 : Oryx: Unpin .NET version 8.0.101
Publish oryx app with --self-contained true tag . Without this tag oryx fails to launch stating compatible .net runtime version not found