aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-05 22:22:30 +0300
committerGitHub <noreply@github.com>2022-08-05 22:22:30 +0300
commit542963cf04cbe62d54a0e287fa314b05c612671f (patch)
tree2c420b0f821de24032985af51ba081a4e617b6a5 /src/docker-in-docker/devcontainer-feature.json
parent69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 (diff)
Prep: republish features to ghcr.io (#78)
* syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
Diffstat (limited to 'src/docker-in-docker/devcontainer-feature.json')
-rw-r--r--src/docker-in-docker/devcontainer-feature.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/docker-in-docker/devcontainer-feature.json b/src/docker-in-docker/devcontainer-feature.json
index 12322ea..bd6a6c9 100644
--- a/src/docker-in-docker/devcontainer-feature.json
+++ b/src/docker-in-docker/devcontainer-feature.json
@@ -1,5 +1,6 @@
{
"id": "docker-in-docker",
+ "version": "1.0.0",
"name": "Docker (Docker-in-Docker)",
"description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",
"options": {
@@ -42,9 +43,5 @@
"target": "/var/lib/docker",
"type": "volume"
}
- ],
- "install": {
- "app": "",
- "file": "install.sh"
- }
-} \ No newline at end of file
+ ]
+}