aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Automated documentation update (#455)github-actions[bot]2023-02-151-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add sentinel to terraform feature (#452)feature_terraform_1.2.0Stefan Drzazga2023-02-154-1/+80
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* kubectl-helm-minikube: Allow none (#442)feature_kubectl-helm-minikube_1.1.4Samruddhi Khandale2023-02-075-68/+112
|
* PHP: Allow 'version:none' (#439)feature_php_1.1.2Samruddhi Khandale2023-02-078-53/+87
| | | | | * PHP: Allow 'version:none' * fix tests
* Rust - Clean up unwanted settings (#434)feature_rust_1.0.11samruddhikhandale/php-allow-noneSamruddhi Khandale2023-02-031-4/+2
| | | | | * Rust - Clean up unwanted settings * address comments
* Automated documentation update (#431)github-actions[bot]2023-01-301-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Install PowerShell Modules (#427)feature_powershell_1.1.0Ross Smith2023-01-304-3/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#421)Levin Winter2023-01-261-1/+1
| | | | | | | | | * [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 (#422)feature_terraform_1.1.2feature_sshd_1.0.8feature_rust_1.0.10feature_ruby_1.0.9feature_python_1.0.20feature_powershell_1.0.6feature_php_1.1.1feature_oryx_1.0.13feature_nvidia-cuda_1.0.7feature_node_1.1.5feature_nix_1.1.3feature_kubectl-helm-minikube_1.1.3feature_java_1.2.1feature_hugo_1.1.2feature_go_1.1.3feature_github-cli_1.0.10feature_git_1.1.5feature_git-lfs_1.0.7feature_dotnet_1.1.3feature_docker-outside-of-docker_1.0.10feature_docker-in-docker_2.0.1feature_desktop-lite_1.0.8feature_conda_1.0.8feature_common-utils_2.0.8feature_azure-cli_1.0.8feature_aws-cli_1.0.6feature_anaconda_1.0.11Josh Spicer2023-01-2527-27/+27
| | | republish all features to add repo tags
* features/nix: remove PGP check (#414)dylhack.dev2023-01-243-46/+1
| | | | | * nix: remove PGP check * fix issues
* Automated documentation update (#417)github-actions[bot]2023-01-241-2/+5
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add more detail to note about architecture (#416)Pamela Fox2023-01-241-2/+5
| | | | | | | | | | | | | * Add more detail to note about architecture * Update src/docker-in-docker/NOTES.md Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/docker-in-docker/NOTES.md Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Php: Auto configure if a three part version is not provided (#406)Samruddhi Khandale2023-01-205-17/+78
| | | | | | | | | * Php: Auto configure if a three part version is not provided * fix test * update checks * Bump version
* Automated documentation update (#410)github-actions[bot]2023-01-191-0/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Java: add Apache Ant (#409)Tobias Gesellchen2023-01-196-8/+55
| | | | | | | | | | | | | | | * Java: add Apache Ant * Update src/java/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * revert the changes in README.md * Add tests for Java/Ant * Fix Java feature version Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Automated documentation update (#405)github-actions[bot]2023-01-171-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-1716-21/+21
|
* checkout action update (#404)Stephan2023-01-177-10/+10
| | | - updated the action checkout from v2 to 3 as required by action warning
* CommonUtils - ensure home directory exists. (#398)Stephen A. Imhoff2023-01-132-1/+5
| | | | | | | | | * CommonUtils - ensure home directory exists. * Only create non-root home directory Root directory will always exist. * Bump version
* Git: Use sysconfdir=/etc for git built from source (#395)Samruddhi Khandale2023-01-113-2/+10
| | | | | * Git: Adds a new 'addGitConfigSymlink' option * Use sysconfdir
* Common-utils: Fix build failures for alpine 3.14 & 3.15 (#393)Samruddhi Khandale2023-01-115-1/+47
| | | | | * Common-utils: Fix build failures for alpine 3.14 & 3.15 * version bump
* Automated documentation update (#394)github-actions[bot]2023-01-1127-27/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* [common-utils] Fix permission of scripts in containers (#388)eitsupi2023-01-116-4/+55
| | | | | | | | | | | | | | | | | | | | | | | | | * fix permission in containers * add test * bump version * more tests * update tests * Update test/common-utils/devcontainer-info/Dockerfile Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update scenarios.json * Update devcontainer-info.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Conda: Update 'certifi' due to CVE-2022-23491 (#383)Samruddhi Khandale2023-01-103-1/+38
|