Skip to content

Commit

Permalink
Latest docker in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Jul 19, 2023
1 parent de3215e commit 5a18f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .devcontainer/Dockerfile

This file was deleted.

9 changes: 2 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"name": "Azure Developer CLI",
"build": {
"dockerfile": "Dockerfile",
"args": {
"IMAGE": "python:3.11"
}
},
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
"forwardPorts": [50505],
"features": {
"ghcr.io/devcontainers/features/powershell:1.1.0": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.2.1": {},
"ghcr.io/devcontainers/features/azure-cli:1": {}
},
"customizations": {
Expand Down

0 comments on commit 5a18f27

Please sign in to comment.