aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker/devcontainer-feature.json
Commit message (Collapse)AuthorAgeFilesLines
* [Docker-in-docker] Updates docker-init scripts (#715)feature_docker-in-docker_2.7.0Samruddhi Khandale2023-10-051-1/+1
| | | | | * updates * version bump
* Docker-in-docker: Updates docker-init with "pkill" (#711)feature_docker-in-docker_2.6.0Samruddhi Khandale2023-09-291-1/+1
| | | | | | | | | * Docker-in-docker: Updates docker-init with "pkill" * pkill only if container didn't start at first * pkill with condition * add back sudo_if
* [Docker-in-docker] Support bookworm (#661)feature_docker-in-docker_2.5.0Samruddhi Khandale2023-09-111-1/+1
| | | | | * [Docker-in-docker] Support bookworm * Update devcontainer-feature.json
* [docker in docker] Adds retries for docker daemon startup and cgroup nesting ↵feature_docker-in-docker_2.4.0Samruddhi Khandale2023-08-241-1/+1
| | | | | | | | | | | | | | | | | (#669) * adds retry logic * adds stress test workflow * Adds cgroup retries * update workflow * move sleep cmd * update test * cleanup
* [docker-in-docker] Reverts the retry logic (#659)feature_docker-in-docker_2.3.1Samruddhi Khandale2023-08-191-1/+1
| | | | | | | * Update install.sh * [docker-in-docker] Update retry logic * revert the retry logic!
* Docker-in-docker: Add retries to the docker-init script until docker daemon ↵feature_docker-in-docker_2.3.0Samruddhi Khandale2023-08-081-1/+1
| | | | | | | starts (#637) * Docker-in-docker: Add retries until docker daemon starts * address comments
* Fix: Docker-in-docker for python - Arm64 (#618)feature_docker-in-docker_2.2.1Samruddhi Khandale2023-07-191-1/+1
| | | Fix: Docker-in-docker for python:3.11 - Arm64
* 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-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | 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
* 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-091-1/+6
| | | | | | | | | broken (#478) * Docker fix - BuildKit is enabled but the buildx component is missing or broken * nit * fix test
* 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-251-1/+1
| | | republish all features to add repo tags
* docker-in-docker fix : Use ${devcontainerId} for volume name (#314)Samruddhi Khandale2022-11-301-2/+2
| | | Fix
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Add default-address-pool setting (#223)Kevin Klopfenstein2022-10-211-1/+7
|
* add installsAfter: common-utils to all Features (#214)Josh Spicer2022-10-191-0/+3
|
* bump docker-in-docker to 1.0.7Josh Spicer2022-10-171-1/+1
|
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-1/+1
| | | | | * remove apt lists * bump versions
* Add docker-in-docker azure_dns_override flag (#200)Kevin Klopfenstein2022-10-061-1/+6
| | | | | | | | | | | | | * Add docker-in-docker azure_dns_overrideflag * Update install.sh * clarify variable name * update option name and description for `azureDnsAutoDetection` * bump feature version Co-authored-by: Josh Spicer <josh@joshspicer.com>
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-261-1/+1
|
* add documentationURL to all features (#115)Josh Spicer2022-08-241-1/+2
|
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-4/+8
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-111-2/+2
| | | rename Options
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-051-6/+3
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* add descriptions to feature metadata (no-ci)Josh Spicer2022-06-211-1/+2
|
* Pass options via environment variables (#39)Josh Spicer2022-06-031-0/+49
* up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper