## Go v1.22 * Go tooling updated to latest ## Rust v1.76 * cargo-deny v0.14.11 * cargo-nextest v0.9.67 * cargo-tarpaulin v0.27.3 ## tools * helm v3.11.3 * helm-docs v1.11.0 * just 1.24.0 * kubectl v1.29.2 * step-cli v0.25.2 * actionlint v1.6.26 * shellcheck v0.9.0 * taplo removed |
||
|---|---|---|
| .. | ||
| README.md | ||
| devcontainer.json | ||
README.md
devcontainer
This directory provides a devcontainer configuration that configures a reproducible development environment for this project.
The devcontainer configuration is maintained in the linkerd/dev repository.
Docker
This configuration currently uses the parent host's Docker daemon (rather than running a separate docker daemon within in the container). It creates devcontainers on the host network so it's easy to use k3d clusters hosted in the parent host's docker daemon.
Customizing
This configuration is supposed to provide a minimal setup without catering to any one developer's personal tastes. Devcontainers can be extended with per-user configuration.
To add your own extensions to the devcontainer, configure default extensions in your VS Code settings:
"remote.containers.defaultExtensions": [
"eamodio.gitlens",
"GitHub.copilot",
"GitHub.vscode-pull-request-github",
"mutantdino.resourcemonitor",
"stateful.edge"
],
Furthermore, you can configure a dotfiles repository to perform customizations with a configuration like:
"dotfiles.repository": "https://github.com/olix0r/dotfiles.git",