Skip to content

Commit

Permalink
feat(devcontainer): add docker-outside-docker and act (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: John Muchovej <[email protected]>
Co-authored-by: John Muchovej <[email protected]>
  • Loading branch information
jmuchovej and jmuchovej authored Aug 19, 2024
1 parent 802095d commit a423ba9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
"nonFreePackages": true
},
"ghcr.io/devcontainers/features/github-cli": {},
"ghcr.io/devcontainers/features/docker-in-docker": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker": {},
"ghcr.io/devcontainers/features/python": {
"installJupyterlab": true
}
},
"ghcr.io/devcontainers-contrib/features/act": {}
},
"customizations": {
"vscode": {
Expand All @@ -32,7 +33,8 @@
"redhat.vscode-yaml",
"cschleiden.vscode-github-actions",
"shardulm94.trailing-spaces",
"stkb.rewrap"
"stkb.rewrap",
"hashicorp.hcl"
]
}
},
Expand Down

0 comments on commit a423ba9

Please sign in to comment.