Skip to content

Commit

Permalink
Fix the devcontainer build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirks committed Jun 7, 2024
1 parent 3c79701 commit 72bb4f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# devcontainer-templates

```
npx @devcontainers/cli build --workspace-folder ./src/fabric-runtime
```

---

# Dev Container Templates: Self Authoring Guide

> This repo provides a starting point and example for creating your own custom [Dev Container Templates](https://containers.dev/implementors/templates), hosted for free on GitHub Container Registry. The example in this repository follows the [Dev Container Template distribution specification](https://containers.dev/implementors/templates-distribution/).
Expand Down
3 changes: 2 additions & 1 deletion src/fabric-runtime/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "Fabric Runtime ${templateOption:imageVariant}",
"build": {
"dockerfile": ".devcontainer/${templateOption:imageVariant}/Dockerfile"
// "dockerfile": "${templateOption:imageVariant}/Dockerfile"
"dockerfile": "1.2/Dockerfile"
}
// "image": "mcr.microsoft.com/devcontainers/python:1-3.10-bookworm", // Matching Fabric Runtime 1.2
// "features": {
Expand Down

0 comments on commit 72bb4f1

Please sign in to comment.