Templates are individually versioned by the version
attribute in a Template's devcontainer-template.json
. Templates are versioned according to the semver specification. More details can be found in the Dev Container Template specification.
NOTE: The Distribution spec can be found here.
While any registry implementing the OCI Distribution spec can be used, this template will leverage GHCR (GitHub Container Registry) as the backing registry.
Templates are source files packaged together that encode configuration for a complete development environment.
This repo contains a GitHub Action workflow for testing the Templates. Similar to the devcontainers/templates
repo, this repository has a test
folder. Each Template has its own sub-folder, containing at least a test.sh
.
For running the tests locally, you would need to execute the following commands
./.github/actions/smoke-test/build.sh uv
./.github/actions/smoke-test/test.sh uv