Skip to content

Commit

Permalink
Change codespaces to use default universal image (#28581)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored Apr 29, 2022
1 parent 6a15673 commit bb4cb25
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 236 deletions.
21 changes: 0 additions & 21 deletions .devcontainer/Dockerfile

This file was deleted.

17 changes: 8 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,7 @@
"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 @@ -85,6 +85,7 @@ ClientFromSourcePom.xml

# Anaconda virtual env
venv
.venv

# NetBeans
nbproject
Expand Down

0 comments on commit bb4cb25

Please sign in to comment.