Skip to content

Commit

Permalink
Add container-structure-test feature
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Jacob Woffenden authored Apr 4, 2024
1 parent c305b40 commit d09af66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"version": "1.4.2",
"resolved": "ghcr.io/devcontainers/features/python@sha256:bf021f1800543f08bf029c449a3f25341be782b620802befa1f8e6ee51cf6cf6",
"integrity": "sha256:bf021f1800543f08bf029c449a3f25341be782b620802befa1f8e6ee51cf6cf6"
},
"ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test:0": {
"version": "0.0.1",
"resolved": "ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test@sha256:715c6924f74a1fda214480c9a4528f5bdfa69b8df9e099e053ddb8e27092616d",
"integrity": "sha256:715c6924f74a1fda214480c9a4528f5bdfa69b8df9e099e053ddb8e27092616d",
"dependsOn": [
"ghcr.io/devcontainers/features/docker-in-docker:2"
]
}
}
}
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12",
"installTools": false
}
},
"ghcr.io/ministryofjustice/devcontainer-feature/container-structure-test:0": {}
},
"postCreateCommand": "bash .devcontainer/post-create.sh",
"customizations": {
Expand Down

0 comments on commit d09af66

Please sign in to comment.