microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat/1873-devcontainer

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

scripts/tests/fixtures/Devcontainer/valid-lock.json

14lines · modecode

1{
2 "features": {
3 "ghcr.io/devcontainers/features/node:1": {
4 "version": "1.7.1",
5 "resolved": "ghcr.io/devcontainers/features/node@sha256:abc123",
6 "integrity": "sha256:abc123"
7 },
8 "ghcr.io/devcontainers/features/python:1": {
9 "version": "1.8.0",
10 "resolved": "ghcr.io/devcontainers/features/python@sha256:def456",
11 "integrity": "sha256:def456"
12 }
13 }
14}
15