Skip to content
Merged
32 changes: 16 additions & 16 deletions images/src/wpvip-base/.devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"resolved": "ghcr.io/devcontainers-contrib/features/composer@sha256:672688d643dc534d73a97b406746363e0206889e3360a3235aff5cac75368c98",
"integrity": "sha256:672688d643dc534d73a97b406746363e0206889e3360a3235aff5cac75368c98"
},
"ghcr.io/devcontainers/features/common-utils:2.5.2": {
"version": "2.5.2",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d",
"integrity": "sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d"
"ghcr.io/devcontainers/features/common-utils:2.5.3": {
"version": "2.5.3",
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85",
"integrity": "sha256:3cf7ca93154faf9bdb128f3009cf1d1a91750ec97cc52082cf5d4edef5451f85"
},
"ghcr.io/devcontainers/features/git:1.3.2": {
"version": "1.3.2",
"resolved": "ghcr.io/devcontainers/features/git@sha256:63c96e8ac33f5630300d8883e2ec3123278de70d318589af596ea1954846014d",
"integrity": "sha256:63c96e8ac33f5630300d8883e2ec3123278de70d318589af596ea1954846014d"
"ghcr.io/devcontainers/features/git:1.3.3": {
"version": "1.3.3",
"resolved": "ghcr.io/devcontainers/features/git@sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d",
"integrity": "sha256:d2d768ecc06f6b71ecd0820408c6272de2cc24427fe07921d93ede5c7775ad1d"
},
"ghcr.io/devcontainers/features/github-cli:1.0.13": {
"version": "1.0.13",
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:13b301a039ce9e0bb07d45ea0c106c946cfff01c3b9844bbec6b0c7bacba8de3",
"integrity": "sha256:13b301a039ce9e0bb07d45ea0c106c946cfff01c3b9844bbec6b0c7bacba8de3"
"ghcr.io/devcontainers/features/github-cli:1.0.14": {
"version": "1.0.14",
"resolved": "ghcr.io/devcontainers/features/github-cli@sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1",
"integrity": "sha256:ca677566507c4118e4368cd76a4800807e911e5e350cc3525fb67ebc9132dfa1"
},
"ghcr.io/devcontainers/features/node:1.6.1": {
"version": "1.6.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:71590121aaf7b2040f3e1e2dfc4bb9a1389277fd5a88a7199094542b82ce5340",
"integrity": "sha256:71590121aaf7b2040f3e1e2dfc4bb9a1389277fd5a88a7199094542b82ce5340"
"ghcr.io/devcontainers/features/node:1.6.2": {
"version": "1.6.2",
"resolved": "ghcr.io/devcontainers/features/node@sha256:36c03732c3421f11de7a3eefc7e9a7fb3df123cb2e48b115d61fdfe8994911d9",
"integrity": "sha256:36c03732c3421f11de7a3eefc7e9a7fb3df123cb2e48b115d61fdfe8994911d9"
}
}
}
10 changes: 5 additions & 5 deletions images/src/wpvip-base/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"x-build": {
"name": "WPVIP",
"image-name": "wpvip-base",
"image-version": "0.0.19"
"image-version": "0.0.20"
},
"remoteUser": "vscode",
"postStartCommand": "/usr/local/bin/post-start.sh",
"features": {
"ghcr.io/devcontainers/features/common-utils:2.5.2": {
"ghcr.io/devcontainers/features/common-utils:2.5.3": {
"installZsh": false,
"installOhMyZsh": false,
"installOhMyZshConfig": false,
"upgradePackages": true,
"username": "vscode"
},
"ghcr.io/devcontainers/features/git:1.3.2": {},
"ghcr.io/devcontainers/features/github-cli:1.0.13": {},
"ghcr.io/devcontainers/features/node:1.6.1": {},
"ghcr.io/devcontainers/features/git:1.3.3": {},
"ghcr.io/devcontainers/features/github-cli:1.0.14": {},
"ghcr.io/devcontainers/features/node:1.6.2": {},
"ghcr.io/devcontainers-contrib/features/composer:1.0.0": {},
"ghcr.io/automattic/vip-codespaces/wp-cli:1.2.0": {},
"./.devcontainer/local-features/sudo": {}
Expand Down