aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Azure-cli - Temporary quick fix for jammy (ARM) (#626)feature_azure-cli_1.2.0Samruddhi Khandale2023-07-222-3/+13
|
* Fix: Docker-in-docker for python - Arm64 (#618)feature_docker-in-docker_2.2.1Samruddhi Khandale2023-07-192-2/+16
| | | Fix: Docker-in-docker for python:3.11 - Arm64
* Automated documentation update (#610)Samruddhi Khandale2023-07-111-2/+7
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Nvidia-cuda: Update notes regarding gpu enablement (#608)Samruddhi Khandale2023-07-111-2/+7
| | | | | | | | | * Nvidia-cuda: Update notes regarding gpu enablement * use GPU hostRequirements instead * nit * use gpu:optional instead
* Pin version of TFLint's GPG key URL (#605)feature_terraform_1.3.3Kazuma Watanabe2023-07-062-3/+3
|
* Dotnet: Fix Feature failures on ubuntu:jammy (when installing using apt) (#590)feature_dotnet_1.1.4Samruddhi Khandale2023-06-307-8/+57
| | | | | | | | | | | | | * 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 (#602)Samruddhi Khandale2023-06-301-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Change Ruby extension to ruby-lsp (#566)feature_ruby_1.1.0Rafael Mendonça França2023-06-301-2/+3
| | | | | This is the extension that is recommended in the VSCode documentation now. https://code.visualstudio.com/docs/languages/ruby
* Bump mpmath from 1.2.1 to 1.3.0 in /test/oryx/sample-python (#554)dependabot[bot]2023-06-291-1/+1
| | | | | | | | | | | | | | | 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 (#596)Samruddhi Khandale2023-06-291-0/+10
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add instructions to set up port forwarding on devcontainer.json file (#593)Melissa Weber Mendonça2023-06-281-0/+10
|
* Azure CLI: Compatibility with Debian `bookworm` (#578)feature_azure-cli_1.1.0Josh Spicer2023-06-286-13/+67
| | | | | | | | | | | | | | | * 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 (#587)Samruddhi Khandale2023-06-241-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Terraform: Add cosign integrity check for TFLint (#586)feature_terraform_1.3.2Josh Spicer2023-06-214-11/+77
| | | | | * add cosign integrity check for tflint * fallback to gpg verification
* feat(rust): add up to version 1.70 options (#579)feature_rust_1.0.12Imamuzzaki Abu Salam2023-06-201-1/+8
|
* Automated documentation update (#585)Samruddhi Khandale2023-06-191-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* release terraformfeature_terraform_1.3.1Josh Spicer2023-06-191-1/+1
|
* Temporaily pin TFLint to 0.46.1 (#583)Josh Spicer2023-06-191-3/+5
| | | | | temporaily pin TFLint to 0.46.1 https://github.com/devcontainers/features/issues/581
* Add Debian Bookworm as a test base image (#575)Josh Spicer2023-06-172-4/+4
| | | test against debian bookworm
* Automated documentation update (#563)Samruddhi Khandale2023-05-311-0/+5
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* update go tools (#559)feature_go_1.2.0Shunya Hayashi2023-05-313-5/+23
| | | | | | | | | | | * update go tools * update link * add unit tests for confirm installation * fix path install gotests * fix bump the minor version
* Update NOTES.md (#534)Raymond2023-05-221-0/+5
| | | | | | | | | | | | | | | | | | | | | * 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>
* Create .config directory in common-utils (#547)feature_common-utils_2.0.10Stephen A. Imhoff2023-05-104-23/+55
| | | | | | | | | | | | | | | | | * 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 (#543)Samruddhi Khandale2023-05-093-2/+3
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add support for skipping `docker-compose` v1 operations during Docker ↵feature_docker-outside-of-docker_1.3.0feature_docker-in-docker_2.2.0M. R2023-05-0211-88/+153
| | | | | | | | | | | | | | | | | | | | | | | 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
* Update devcontainer-feature.json (#539)feature_common-utils_2.0.9Raymond2023-05-011-1/+1
| | | #535 update the patch version to 2.0.9
* Update devcontainer-feature.json (#535)Raymond2023-05-011-2/+2
| | | #531 Modify proposed UID & GID so as not to conflict with base image.
* Adds httpProxy option to Python Feature (#532)feature_python_1.1.0Felix Altenberg2023-04-282-1/+11
| | | | | | | | | | | | | | * 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 (#522)feature_oryx_1.1.0Samruddhi Khandale2023-04-194-8/+70
| | | | | | | * Oryx - Switch to .NET 7 * fix test ; add test * fix test - back compat
* Automated documentation update (#521)Samruddhi Khandale2023-04-1413-0/+87
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 ↵feature_conda_1.0.9Alexander Smolyakov2023-04-063-2/+13
| | | | | | | | | | 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 (#517)Samruddhi Khandale2023-04-061-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Removing forced gid 999 for docker (#515)feature_docker-outside-of-docker_1.2.1Ryan Campbell2023-04-052-5/+7
| | | | | | | | | | * 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 (#443)feature_docker-outside-of-docker_1.2.0Felipe Santos2023-04-0516-90/+178
| | | | | | | | | | | | | | | | | | | | | * 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 (#512)Samruddhi Khandale2023-04-041-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* add a postCreateCommand to `git-lfs` Feature (#511)feature_git-lfs_1.1.0Josh Spicer2023-04-045-1/+83
| | | | | | | | | | | | | | | * 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 - omit "ruby-debug-ide" (#505)feature_ruby_1.0.10Samruddhi Khandale2023-03-295-2/+22
| | | | | * Ruby: Fix failures on debian image due to ruby-debug-ide * omit
* Add contributing document (#488)samruddhikhandale/update-contributingJacob Hummer2023-03-242-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#490)Samruddhi Khandale2023-03-141-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add pytest to Python Feature (#487)feature_python_1.0.22Daniel Ciborowski2023-03-146-4/+12
| | | | | | | | | | | | | * 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 (#481)feature_sshd_1.0.9Eljo George2023-03-102-40/+1
| | | * Remove duplicate env var sourcing for codespaces
* oryx-supported-platforms (#482)Josh Spicer2023-03-101-1/+1
|
* Automated documentation update (#479)Samruddhi Khandale2023-03-092-0/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Docker fix - BuildKit is enabled but the buildx component is missing or ↵feature_docker-outside-of-docker_1.1.0feature_docker-in-docker_2.1.0Samruddhi Khandale2023-03-0914-19/+206
| | | | | | | | | broken (#478) * Docker fix - BuildKit is enabled but the buildx component is missing or broken * nit * fix test
* Automated documentation update (#475)Samruddhi Khandale2023-03-071-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Terraform: Add proxy setting (#435) (#451)feature_terraform_1.3.0ksaito11252023-03-062-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#462)Samruddhi Khandale2023-03-021-2/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Turn off linting by default in VS Code for Python (#449)feature_python_1.0.21Brett Cannon2023-03-021-6/+5
| | | | | | | | | | | | | | * 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 (#450)feature_node_1.2.0Akihiro Nagai2023-02-277-3/+19
| | | | | | | | | | | * Add pnpm in Node * pnpm from npm * Restore README.md * Update install.sh * Update tests
* "Update Documentation" workflow - use gh api to create a documentation PR (#459)Samruddhi Khandale2023-02-221-3/+11
|