| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* fix test
* update checks
* Bump version
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
|
| |
- updated the action checkout from v2 to 3 as required by action warning
|
|
|
|
|
|
|
|
|
| |
* CommonUtils - ensure home directory exists.
* Only create non-root home directory
Root directory will always exist.
* Bump version
|
|
|
|
|
| |
* Git: Adds a new 'addGitConfigSymlink' option
* Use sysconfdir
|
|
|
|
|
| |
* Common-utils: Fix build failures for alpine 3.14 & 3.15
* version bump
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Install gawk RPM
This script requires awk and it may not be available on a
minimal distro like Mariner
* Bump version number
|
|
|
|
|
| |
* desktop-lite: fixed qemu container
* bump version for desktop-lite
|
|
|
|
|
| |
* PHP: Fix build failures for 'ubuntu:bionic'
* update VERSION
|
|
|
|
| |
Mbstring is such a popular PHP extension that it is used everywhere and most libraries don't work without it. It can be compiled directly with PHP.
The official Docker images of PHP include it.
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* Rename to "docker-outside-of-docker"
* rename test folder
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add validate workflow
* make typo to test 3c61c88
* remove unneeded if
* fix typo
* better names
* Update validate-metadata-files.yml
|
|
|
| |
Common-utils - Version bump
|
| |
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|
|
|
|
|
| |
* https://github.com/devcontainers/features/issues/360
* omit from common utils
|
|
|
|
|
| |
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
|