Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 518 Bytes

Skyramp Dev Container feature:

Example devcontainer.json

{
    "name": "Skyramp Test Tools",
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/devcontainers/features/docker-in-docker:2": {},
        "ghcr.io/letsramp/devcontainer-features/skyramp:1": {},
        "ghcr.io/mpriscella/features/kind:1": {}
        "ghcr.io/devcontainers/features/go:1": {
            "version": "1.19"
        },
        "ghcr.io/devcontainers/features/python:1": {},
    },
}