Skip to content

Commit

Permalink
devcontainer pull the pre-built vs. build each time
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattearp authored and henrygab committed Oct 21, 2024
1 parent fc65fa5 commit ff936e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "BusPirate v5+ Build Environment",
"image": "wyatt3arp/buspirate_v5plus:latest",
"dockerComposeFile": "../docker-compose.yml",
"service": "dev",
"workspaceFolder": "/project",
"remoteUser": "build"
"remoteUser": "build",
"mounts": [
"source=${localWorkspaceFolder}/,target=/project,type=bind,consistency=cached"
]
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
base:
image: wyatt3arp/buspirate_v5plus
image: "wyatt3arp/buspirate_v5plus:latest"
build: ./docker
network_mode: host
privileged: false
Expand Down

0 comments on commit ff936e9

Please sign in to comment.