Skip to content

Commit

Permalink
feat(devcontainer.json): add support for various dev container featu…
Browse files Browse the repository at this point in the history
…res, including AWS CLI, GitHub CLI, Terraform CLI, Azure CLI persistence and shell history.
  • Loading branch information
robinmordasiewicz committed Apr 1, 2024
1 parent e3c7ea8 commit 5233b7b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"name": "devops-toolkit",
"image": "ghcr.io/robinmordasiewicz/devcontainer:latest",
"initializeCommand": "docker pull ghcr.io/robinmordasiewicz/devcontainer:latest",
"runArgs": ["--name=devops-toolkit", "--hostname=devops-toolkit"]
"runArgs": ["--name=devops-toolkit", "--hostname=devops-toolkit"],
"features": {
"ghcr.io/joshuanianji/devcontainer-features/aws-cli-persistence": {},
"ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence": {},
"ghcr.io/joshuanianji/devcontainer-features/terraform-cli-persistence": {},
"ghcr.io/robinmordasiewicz/features/azure-cli-persistence": {},
"ghcr.io/hwaien/devcontainer-features/match-host-time-zone": {},
"ghcr.io/stuartleeks/dev-container-features/shell-history": {}
}
}

0 comments on commit 5233b7b

Please sign in to comment.