- 11 Jul, 2023 2 commits
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Samruddhi Khandale authored
* Nvidia-cuda: Update notes regarding gpu enablement * use GPU hostRequirements instead * nit * use gpu:optional instead
-
- 06 Jul, 2023 1 commit
-
-
Kazuma Watanabe authored
-
- 29 Jun, 2023 3 commits
-
-
Samruddhi Khandale authored
* 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
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Rafael Mendonça França authored
This is the extension that is recommended in the VSCode documentation now. https://code.visualstudio.com/docs/languages/ruby
-
- 28 Jun, 2023 3 commits
-
-
dependabot[bot] authored
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>
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Melissa Weber Mendonça authored
-
- 27 Jun, 2023 1 commit
-
-
Josh Spicer authored
* 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
-
- 23 Jun, 2023 1 commit
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
- 21 Jun, 2023 1 commit
-
-
Josh Spicer authored
* add cosign integrity check for tflint * fallback to gpg verification
-
- 20 Jun, 2023 1 commit
-
-
Imamuzzaki Abu Salam authored
-
- 19 Jun, 2023 3 commits
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Josh Spicer authored
-
Josh Spicer authored
temporaily pin TFLint to 0.46.1 https://github.com/devcontainers/features/issues/581
-
- 16 Jun, 2023 1 commit
-
-
Josh Spicer authored
test against debian bookworm
-
- 31 May, 2023 2 commits
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Shunya Hayashi authored
* update go tools * update link * add unit tests for confirm installation * fix path install gotests * fix bump the minor version
-
- 22 May, 2023 1 commit
-
-
Raymond authored
* 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>
-
- 10 May, 2023 1 commit
-
-
Stephen A. Imhoff authored
* 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.
-
- 09 May, 2023 1 commit
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
- 02 May, 2023 1 commit
-
-
M. R authored
* 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
-
- 01 May, 2023 2 commits
- 28 Apr, 2023 1 commit
-
-
Felix Altenberg authored
* 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>
-
- 18 Apr, 2023 1 commit
-
-
Samruddhi Khandale authored
* Oryx - Switch to .NET 7 * fix test ; add test * fix test - back compat
-
- 14 Apr, 2023 1 commit
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
- 06 Apr, 2023 1 commit
-
-
Alexander Smolyakov authored
* [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
-
- 05 Apr, 2023 3 commits
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Ryan Campbell authored
* Removing forced gid 999 for docker * version bump --------- Co-authored-by:
Ryan Campbell <rycampbe@microsoft.com> Co-authored-by:
Samruddhi Khandale <samruddhikhandale@github.com>
-
Felipe Santos authored
* 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
-
- 04 Apr, 2023 2 commits
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Josh Spicer authored
* 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
-
- 28 Mar, 2023 1 commit
-
-
Samruddhi Khandale authored
* Ruby: Fix failures on debian image due to ruby-debug-ide * omit
-
- 23 Mar, 2023 1 commit
-
-
Jacob Hummer authored
* 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>
-
- 14 Mar, 2023 2 commits
-
-
Samruddhi Khandale authored
Automated documentation update [skip ci] Co-authored-by:
github-actions <github-actions@github.com>
-
Daniel Ciborowski authored
* 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
-
- 10 Mar, 2023 2 commits
-
-
Eljo George authored
* Remove duplicate env var sourcing for codespaces
-
Josh Spicer authored
-