Skip to content

Commit

Permalink
Using shared infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 27, 2024
1 parent 5ba2b50 commit 75483a4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 93 deletions.
7 changes: 0 additions & 7 deletions .devcontainer/7z/devcontainer-feature.json

This file was deleted.

10 changes: 0 additions & 10 deletions .devcontainer/7z/install.sh

This file was deleted.

23 changes: 0 additions & 23 deletions .devcontainer/Dockerfile

This file was deleted.

32 changes: 12 additions & 20 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"name": "NodeJS & Powershell & 7z",
"dockerFile": "Dockerfile",
"build": {
"cacheFrom": "ghcr.io/butr/game-mount-and-blade2-devcontainer:latest"
},
"image": "ghcr.io/butr/devcontainer:latest",
"features": {
//"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {
//
//},
"./upgrade": {
"ghcr.io/butr/devcontainer/upgrade:1": {

},
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
},
"./7z": {
"ghcr.io/butr/devcontainer/7z:1": {

},
"ghcr.io/devcontainers/features/node:1": {
Expand All @@ -24,23 +18,21 @@
},
"ghcr.io/devcontainers/features/powershell:1": {
"version": "latest"
},
"./vortex": {

}
},
"overrideFeatureInstallOrder": [
//"ghcr.io/stuartleeks/dev-container-features/shell-history",
"./upgrade",
"ghcr.io/butr/devcontainer/upgrade",
"ghcr.io/devcontainers/features/git",
"./7z",
"ghcr.io/butr/devcontainer/7z",
"ghcr.io/devcontainers/features/node",
"ghcr.io/devcontainers/features/powershell",
"./vortex"
"ghcr.io/devcontainers/features/powershell"
],
"mounts": [
//"source=profile,target=/home/developer,type=volume",
//"target=/home/developer/.vscode-server,type=volume",
"mounts": [
{
"source":"${localEnv:HOME}${localEnv:USERPROFILE}/AppData/Roaming/Vortex/plugins",
"target":"/vortex-plugins",
"type":"bind"
}
],
"postAttachCommand": "yarn install",
"customizations": {
Expand Down
7 changes: 0 additions & 7 deletions .devcontainer/upgrade/devcontainer-feature.json

This file was deleted.

10 changes: 0 additions & 10 deletions .devcontainer/upgrade/install.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .devcontainer/vortex/devcontainer-feature.json

This file was deleted.

2 changes: 0 additions & 2 deletions .devcontainer/vortex/install.sh

This file was deleted.

0 comments on commit 75483a4

Please sign in to comment.