Skip to content

Commit

Permalink
Remove cacheFrom image
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofgeese authored Apr 12, 2023
1 parent 9de8ba0 commit 17b1481
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"build": {
"dockerfile": "Dockerfile",
"target": "devcontainer",
"cacheFrom": "docker.io/worldofgeese/garden-devcontainer-python:0.12.51-buster"
"target": "devcontainer"
},
"features": {
// Add Docker-in-Docker support. A Debian base requires the proprietary Docker engine.
Expand Down Expand Up @@ -48,4 +47,4 @@
"postCreateCommand": "pipx install pdm; pdm install; rm /home/node/.docker/config.json; git config --global --add safe.directory /garden/static; k3d cluster create --k3s-arg '--disable=traefik@server:0' --network host",
// Launch our Dev Container as our non-root user inherited from Garden's base image.
"remoteUser": "node"
}
}

0 comments on commit 17b1481

Please sign in to comment.