Skip to content

Commit

Permalink
Update codespaces config to use default universal image (#24236)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored Apr 29, 2022
1 parent 53f6617 commit 013fc16
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 236 deletions.
21 changes: 0 additions & 21 deletions .devcontainer/Dockerfile

This file was deleted.

18 changes: 9 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "GitHub Codespaces (Default)",
"build": {
"dockerfile": "Dockerfile",
"args": {
"INSTALL_DOCKER": "true"
}
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/bin/bash",
"args": []
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"go.useGoProxyToCheckForToolUpdates": false,
"go.useLanguageServer": true,
"go.gopath": "/go",
Expand Down Expand Up @@ -35,8 +35,8 @@
"workspaceMount": "source=${localWorkspaceFolder},target=/home/codespace/workspace,type=bind,consistency=cached",
"workspaceFolder": "/home/codespace/workspace",
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind" ],
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],

"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", "--privileged" ],
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"GitHub.vscode-pull-request-github",
Expand Down
172 changes: 0 additions & 172 deletions .devcontainer/library-scripts/docker-debian.sh

This file was deleted.

34 changes: 0 additions & 34 deletions .devcontainer/library-scripts/git-lfs-debian.sh

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ src/build
# [begoldsm] ignore virtual env if it exists.
adlEnv/
venv/
.venv/
code_reports

# Azure Storage test credentials
Expand Down

0 comments on commit 013fc16

Please sign in to comment.