Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 534 Bytes

File metadata and controls

19 lines (15 loc) · 534 Bytes

Devcontainer-features

Collection of devcontainer features

Available devcontainer features

oid

Supported distributions

  • ubuntu:focal
  • ubuntu:jammy

Run tests

Example to run tests for a specific feature

# oid tests without scenarios
devcontainer features test --features oid --skip-scenarios --base-image mcr.microsoft.com/devcontainers/base:ubuntu $PWD
# oid tests with scenarios
devcontainer features test --features oid --base-image mcr.microsoft.com/devcontainers/base:ubuntu $PWD