Sha256: a53a03ced52ac812c7533c8b32a039d8f8934b9fd18cb596bafd635a185deb49

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

Contents

{
    "name": "RedAmber",
    "build": {
        "dockerfile": "Dockerfile",
        "cacheFrom": "ghcr.io/red-data-tools/red-amber"
    },
    "features": {
        "ghcr.io/devcontainers/features/python:1": {
            "installTools": true,
            "installJupyterlab": true,
            "version": "3.11"
        },
        // We don't use Ruby feature here
        // "ghcr.io/devcontainers/features/ruby:1": {},
        "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
            "installTinyTex": true,
            "version": "latest"
        },
        "ghcr.io/devcontainers/features/github-cli:1": {}
    },
    // VS Code extentions for Ruby
    "customizations": {
        "vscode": {
            "extensions": [
                "rebornix.Ruby",
                "shopify.ruby-lsp"
            ]
        }
    },
    // Use init process to deal with zombie process
    "init": true,
    // set TZ from local machine's environment defaulting to 'UTC' if not supplied.
    "containerEnv": {
        "RUBYLIB": "/workspaces/red_amber/lib",
        "TZ": "${localEnv:TZ:UTC}"
    },
    "onCreateCommand": ".devcontainer/onCreateCommand.sh"
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
red_amber-0.5.2 .devcontainer/devcontainer.json
red_amber-0.5.1 .devcontainer/devcontainer.json