Skip to content

Commit

Permalink
Change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun authored Aug 31, 2023
1 parent bbbaf64 commit 90f3c56
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 25 deletions.
File renamed without changes.
23 changes: 0 additions & 23 deletions .devcontainer/base/devcontainer.json

This file was deleted.

22 changes: 21 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"name": "All patterns",
"image": "ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer:latest"
"build": {
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {
"installBicep": true,
"extensions": "cosmosdb-preview"
}
},
"containerEnv": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csharp",
"ms-azuretools.vscode-bicep"
]
}
}
}
1 change: 0 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: 'Pre-build devcontainer image'
uses: devcontainers/[email protected]
with:
subFolder: .devcontainer/base/
imageName: ghcr.io/azure-samples/cosmos-db-design-patterns/devcontainer-base
noCache: true
push: always

0 comments on commit 90f3c56

Please sign in to comment.