Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

:deno

Deno runtime. Inherits all :core tools.

Base

FROM ghcr.io/driftsys/dock:core (via build context)

Installed tools

ToolInstall methodPurpose
denoofficial static binaryTypeScript/JavaScript runtime

Deno is installed from the official GitHub release binary. The version is controlled by the DENO_VERSION build argument.

Usage in CI

jobs:
  check:
    runs-on: ubuntu-latest
    container: ghcr.io/driftsys/dock:deno
    steps:
      - uses: actions/checkout@v4
      - run: deno lint
      - run: deno fmt --check
      - run: deno test

Build arguments

ArgumentDefaultDescription
DENO_VERSION2.3.1Deno release to install

Approximate size

~120 MB (Alpine)