generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to published image and faetures
Signed-off-by: Jacob Woffenden <[email protected]>
- Loading branch information
Jacob Woffenden
committed
Feb 12, 2024
1 parent
f127c83
commit 6533760
Showing
5 changed files
with
454 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"features": { | ||
"ghcr.io/ministryofjustice/devcontainer-feature/aws:0": { | ||
"version": "0.0.2", | ||
"resolved": "ghcr.io/ministryofjustice/devcontainer-feature/aws@sha256:db720f840ce5015117b1b1e7649dc59b8ac6b34a8786f07ab727dd081140737f", | ||
"integrity": "sha256:db720f840ce5015117b1b1e7649dc59b8ac6b34a8786f07ab727dd081140737f" | ||
}, | ||
"ghcr.io/ministryofjustice/devcontainer-feature/terraform:0": { | ||
"version": "0.0.3", | ||
"resolved": "ghcr.io/ministryofjustice/devcontainer-feature/terraform@sha256:ee331ef839de0479888df2049da48aaf980be9887e5ce90937ba5273105b2032", | ||
"integrity": "sha256:ee331ef839de0479888df2049da48aaf980be9887e5ce90937ba5273105b2032" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,8 @@ | ||
{ | ||
"name": "modernisation-platform-environments", | ||
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu", | ||
"image": "ghcr.io/ministryofjustice/devcontainer-base:latest", | ||
"features": { | ||
"ghcr.io/devcontainers/features/common-utils:2": { | ||
"configureZshAsDefaultShell": true, | ||
}, | ||
"./features/src/base": {}, | ||
"./features/src/aws": {}, | ||
"./features/src/static-analysis": {}, | ||
"./features/src/terraform": {}, | ||
}, | ||
"overrideFeatureInstallOrder": [ | ||
"ghcr.io/devcontainers/features/common-utils", | ||
"./features/src/base", | ||
], | ||
"ghcr.io/ministryofjustice/devcontainer-feature/aws:0": {}, | ||
"ghcr.io/ministryofjustice/devcontainer-feature/terraform:0": {} | ||
} | ||
} |
Oops, something went wrong.