| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
feature install script (#533)
* Add support for skipping docker-compose operations
* Move changes from auto-generated files to templates and bump version
* Add test
* Add test conditions
* Add test conditions for docker-outside-of-docker
* install.sh set -x for debugging
* set -x
* Move compose-switch check in docker-outside-of-docker test
* Put into correct test
* Test for correct path
|
|
|
| |
#535 update the patch version to 2.0.9
|
|
|
| |
#531 Modify proposed UID & GID so as not to conflict with base image.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adds httpProxy option to Python Feature
This option allows GPG to use a HTTP proxy to fetch keys from remote keyservers
* Updating minor version
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Fixes minor formatting error
---------
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
|
|
|
|
| |
* Oryx - Switch to .NET 7
* fix test ; add test
* fix test - back compat
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
| |
vulnerabilities (#518)
* [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 vulnerabilities
- Update `install.sh` to install updates for `cryptography` and `setuptools` packages
- Add tests to verify `cryptography` and `setuptools` packages version
* Bump feature version
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
| |
* Removing forced gid 999 for docker
* version bump
---------
Co-authored-by: Ryan Campbell <rycampbe@microsoft.com>
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix several issues with docker-outside-of-docker
* Add initial tests and bump version
* Add two tests
* Fix docker buildx conflict
* Fix possible test issue
* Add tests for moby
* Add buildx test to init
* Fix inconsistency
* Many fixes and improvements
* Make dockeDashCompose v2 by default
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add a postCreateCommand to git-lfs Feature
* debug passing locally but not in CI
* update scenario
* add GIT_LFS_SKIP_SMUDGE=1 to prevent fetching lfs arifacts in github actions
* arguments should be booleans
* move example repo to devcontainers org
* place script literally anywhere other than /tmp
|
|
|
|
|
| |
* Ruby: Fix failures on debian image due to ruby-debug-ide
* omit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Create CONTRIBUTING.md
* Direct questions to slack channel
Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
* Use "dev containers" and "Features"
Apparently devcontainers is two words, and apparently features is a proper noun? I guess 🤷♂️
* Prettier formatting
I used https://prettier.io/playground/ since I was editing in the GitHub web editor
* Clarify to "only accept improvements and bug fixes"
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Be more explicit about custom features
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Add link to CLI test docs
* Add semver step in guide
* More specificity in link text
https://github.com/devcontainers/features/pull/488#discussion_r1137819187
* Add CONTRIBUTING.md link in readme
---------
Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update install.sh
* Update install_additional_python.sh
* Update install_os_provided_python.sh
* Update install_via_oryx.sh
* Update test.sh
* Update devcontainer-feature.json
|
|
|
| |
* Remove duplicate env var sourcing for codespaces
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
| |
broken (#478)
* Docker fix - BuildKit is enabled but the buildx component is missing or broken
* nit
* fix test
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Terraform: Add proxy setting (#435)
* Terraform: Remove unused variable GPG_OPTS (#435)
* Terraform: Increment minor version (#435)
* Update src/terraform/install.sh
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Add feature option
* Update src/terraform/devcontainer-feature.json
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Update src/terraform/devcontainer-feature.json
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Update src/terraform/devcontainer-feature.json
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Terraform: Change environment variables to upper case (#435)
* Terraform: Use HTTP_PROXY as the default for connecting to keyservers (#435)
* Update src/terraform/install.sh
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Turn off linting by default in VS Code for Python
Linting is on by default if you specify the paths to any linters, so the previous settings would turn on **all** linters.
Also drop linters that don't see much use.
* Fix tests
* Revert all changes
* Remove paths to under-utilized tools and turn off all linting by default
* Bump the version number
|
|
|
|
|
|
|
|
|
|
|
| |
* Add pnpm in Node
* pnpm from npm
* Restore README.md
* Update install.sh
* Update tests
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Introducing Sentinel installation
* Modifying docs for sentinel
* Modifying tests for sentinel
* Revert "Modifying docs for sentinel"
This reverts commit 818894b22fe022d29d59d3748ddd6103616773a6.
* Modifying docs for sentinel
* Fixing duplication issue for sentinel url
* Update src/terraform/install.sh
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Increase minor version
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
|
| |
|
|
|
|
|
| |
* PHP: Allow 'version:none'
* fix tests
|
|
|
|
|
| |
* Rust - Clean up unwanted settings
* address comments
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* InstallBicep
* Add test for InstallBicep
* Install pwsh Modules
* Script rename
* Add -Command to test
* Check version
* Install the module for all users
* Adding terminating lines to scripts
* Update src/powershell/install.sh
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Update src/powershell/install.sh
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Removed comments in Readme
* Remove Bicep from PowerShell install
* Increased version number
* Update Minor version rather than patch
---------
Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
|
|
|
|
|
|
|
|
|
| |
* [common-utils] Fix nonempty .bashrc being restored
The user's dotfiles shall only be restored to their defaults if they do
not exist or are empty. A missing negation caused the files to be
overwritten even when they were nonempty.
* [common-utils] Bump patch version after fix
Go from 2.0.7 to 2.0.8 because of backwards-compatible fix.
|
|
|
| |
republish all features to add repo tags
|
|
|
|
|
| |
* nix: remove PGP check
* fix issues
|