Skip to content

Tags: jameswinegar/features

Tags

feature_common-utils_2.1.0

Toggle feature_common-utils_2.1.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: Add config to remove zsh rc files from (devcontainers#614)

* Add config to remove zsh rc files from common-utils.

* Bump version and add config to install script.

* Checks preventing excess writing to .zshrc.

* Change devcontainer feature option name.

* Coding standards.

* Favour adding feature via config 

and default to overriding .zshrc with dev-container default template.

* Update devcontainer-feature.json

* Update devcontainer-feature.json

* Update src/common-utils/devcontainer-feature.json

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Update src/common-utils/devcontainer-feature.json

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

* Testing for using devcontainer .zshrc template file.

* Coding standards.

* Coding standards.

* Update configure_zsh_as_default_shell_no_template.sh

* Grammar in configure_zsh_as_default_shell.sh

* Testing accounts for marked file cache  (devcontainers#4)

* Account for mark file in testing.

* Remove some debugging and tests back

* Add back tests?

* Update configure_zsh_no_template.sh

---------

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>

feature_node_1.2.1

Toggle feature_node_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.
Avoid unexpected shell expansion (devcontainers#645)

* Avoid unexpected shell expansion

* Add install Node with ZSH as default test

* Fix LTS only work on >bionic

* Bump Node feature version

* Remove huge universal image on scenarios

feature_docker-in-docker_2.3.0

Toggle feature_docker-in-docker_2.3.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: Add retries to the docker-init script until docker …

…daemon starts (devcontainers#637)

* Docker-in-docker: Add retries until docker daemon starts

* address comments

feature_common-utils_2.0.11

Toggle feature_common-utils_2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: common-utils configureZshAsDefaultShell option not working on al…

…pine linux image (devcontainers#557)

* alpine defaultZsh fix

* common-utils: replace pam.d/chsh permission with `sufficient`

* common-utils: revert match auth sufficient

* common-utils: append auth string instead of replacing a whole file

* fix grep 2nd param

* fix: line checking condition

feature_azure-cli_1.2.0

Toggle feature_azure-cli_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.
Azure-cli - Temporary quick fix for jammy (ARM) (devcontainers#626)

feature_docker-in-docker_2.2.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Docker-in-docker for python - Arm64 (devcontainers#618)

Fix: Docker-in-docker for python:3.11 - Arm64

feature_terraform_1.3.3

Toggle feature_terraform_1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin version of TFLint's GPG key URL (devcontainers#605)

feature_ruby_1.1.0

Toggle feature_ruby_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.
Change Ruby extension to ruby-lsp (devcontainers#566)

This is the extension that is recommended in the VSCode documentation now.

https://code.visualstudio.com/docs/languages/ruby

feature_dotnet_1.1.4

Toggle feature_dotnet_1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dotnet: Fix Feature failures on ubuntu:jammy (when installing using a…

…pt) (devcontainers#590)

* fix several bugs

* fix test: .NET is now installed from ubuntu feeds

* add comment ; use dev containers image

* address comments

* revert debugging cmd

* fix test for bookworm

feature_azure-cli_1.1.0

Toggle feature_azure-cli_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.
Azure CLI: Compatibility with Debian `bookworm` (devcontainers#578)

* add flag

* try to install via apt version of pipx (will only work on bookworm)

* _REMOTE_USER aware

* dont change more than you need to,josh

* increment azure-cli minor version (v1.1.0)

* install globally

* make sure env variables are in scope