microsoft/hve-core
Publicmirrored from https://github.com/microsoft/hve-coreAvailable
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 | |