| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
"installZsh:false" (#649)
* [common-utils]: Bug fix: Installs zsh on an image built with installZsh:false
* version bump
* nit: fix merge conflicts
* Version bump
|
|
|
| |
Update devcontainer-feature.json
|
|
|
|
|
| |
* [Docker-in-docker] Support bookworm
* Update devcontainer-feature.json
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use dotnet-install.sh in .NET feature
* Use latest.version files
* Cleanup runtime args
* Use latest.version files in tests as well
* Improve tests, remove code duplication
* Add stderr helper
* Validate version inputs
* Use suggested description
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Shorter version description
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Shorter version description
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Clean up apt lists
* Verify 7.0 is latest
* Fix PATH, add test for .NET global tools
* Include a copy of dotnet-install.sh in the Feature
* Configure useful env variables
* Use stringly typed booleans
* Keep imperative writing style in option hints
* Update maintainers
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Move dotnet-install.sh into a vendor directory
* Refactor variables
* Amend
* Amend 2
* Use default options from devcontainer-feature.json
* Add back variables
* Fix shellchek warning in fetch_latest_sdk_version
* Inline install_version function
* Fix ShellCheck warnings
* Improve CSV parsing
* Default to latest when configuring an empty version
* Add support for runtime-only configurations
* Move 'none' check higher up
* Deduplicate helper functions, sort into files
* Address the user more directly in NOTES
* Remove unnecessary defaults
* Replace feature -> Feature
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Add update-dotnet-install-script workflow
* Apply suggestions from code review
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Don't skip ci for automated script update
---------
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
| |
ci: remove ubuntu:bionic from test matrixes
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
| |
feat(node): install the latest nvm by default
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory (#662)
* Update main.sh
* Update devcontainer-feature.json
* Test install as non root user.
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#669)
* adds retry logic
* adds stress test workflow
* Adds cgroup retries
* update workflow
* move sleep cmd
* update test
* cleanup
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove `mutantdino.resourcemonitor` extension
* Bump version
* Revert "Bump version"
This reverts commit e9c514911dd6de6b03e235536e8602f62cbe5b99.
* Bump version
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added fallback method to retrieve cosign version
* Update src/terraform/install.sh
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Remove get_cosign_latest_version function
---------
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
|
|
|
|
| |
* Update install.sh
* [docker-in-docker] Update retry logic
* revert the retry logic!
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
version installed (#609)
* Ruby Feature [bug fix] : Fails if the dev container has the same ruby version installed
* add comment
* remove scenario
|
|
|
|
|
|
|
| |
* add checks for "jq"
* install epel-release if necessary
* clean up epel-release post installation of "jq"
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 (#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>
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
| |
starts (#637)
* Docker-in-docker: Add retries until docker daemon starts
* address comments
|
|
|
|
|
|
|
|
|
|
|
| |
* Amend 'is installed is' to 'installed is'.
* Undo typo fix from README
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
---------
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
linux image (#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
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
| |
Fix: Docker-in-docker for python:3.11 - Arm64
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
| |
* Nvidia-cuda: Update notes regarding gpu enablement
* use GPU hostRequirements instead
* nit
* use gpu:optional instead
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
This is the extension that is recommended in the VSCode documentation now.
https://code.visualstudio.com/docs/languages/ruby
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/fredrik-johansson/mpmath/releases)
- [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES)
- [Commits](https://github.com/fredrik-johansson/mpmath/compare/1.2.1...1.3.0)
---
updated-dependencies:
- dependency-name: mpmath
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* add cosign integrity check for tflint
* fallback to gpg verification
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
|
|
| |
temporaily pin TFLint to 0.46.1
https://github.com/devcontainers/features/issues/581
|
|
|
| |
test against debian bookworm
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
| |
* update go tools
* update link
* add unit tests for confirm installation
* fix path install gotests
* fix bump the minor version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update NOTES.md
#531: Quick document update about UID & GID using 1000 in devcontainer base images.
* Update src/common-utils/NOTES.md
@samruddhikhandale The common-utils Feature is used by most of the dev container images, along with the base image. Can we update the text?
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Update src/common-utils/NOTES.md
@samruddhikhandale
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
---------
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add test case for mounted subdirectory.
* Correct some trailing whitespace.
* Correct variable name to better reflect status as user home path.
* Add config directory creation.
* Remove extra debug line.
* Bump feature version.
* Mount host user home directory as "subdirectory"
* Correct test naming, run test in explicit bash shell.
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|