Skip to content

Commit

Permalink
Change the template to use the new image
Browse files Browse the repository at this point in the history
And remove other parts of the build that are now in the devcontainer-images repo
  • Loading branch information
dbirks committed Jun 9, 2024
1 parent f0c8d34 commit 012c09c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 81 deletions.
10 changes: 0 additions & 10 deletions src/fabric-runtime/.devcontainer/1.2/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions src/fabric-runtime/.devcontainer/1.2/requirements.in

This file was deleted.

50 changes: 0 additions & 50 deletions src/fabric-runtime/.devcontainer/1.2/requirements.txt

This file was deleted.

15 changes: 1 addition & 14 deletions src/fabric-runtime/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
{
"name": "Fabric Runtime ${templateOption:imageVariant}",
"build": {
// "dockerfile": "${templateOption:imageVariant}/Dockerfile"
"dockerfile": "1.2/Dockerfile"
}
// "image": "mcr.microsoft.com/devcontainers/python:1-3.10-bookworm", // Matching Fabric Runtime 1.2
// "features": {
// "ghcr.io/devcontainers/features/java:1": {
// "version": "11" // Matching Fabric Runtime 1.2
// },
// "ghcr.io/devcontainers-contrib/features/apt-packages:1": {
// "packages": "bash-completion"
// }
// },
// "onCreateCommand": "pip install --user --requirement .devcontainer/requirements.txt",
"image": "ghcr.io/e-gineering/devcontainer-images/fabric-runtime:${templateOption:imageVariant}"
}

0 comments on commit 012c09c

Please sign in to comment.