- Update ToolboxStack/output/toolbox-template/Dockerfile with latest container settings - Update ToolboxStack/output/toolbox-template/PROMPT with enhanced instructions - Update ToolboxStack/output/toolbox-template/SEED with updated seed data - Update ToolboxStack/output/toolbox-template/aqua.yaml with refined tool management - Update ToolboxStack/output/toolbox-template/build.sh with improved build process - Update ToolboxStack/output/toolbox-template/docker-compose.yml with enhanced service definitions - Update ToolboxStack/output/toolbox-template/release.sh with enhanced release process - Update ToolboxStack/output/toolbox-template/run.sh with improved runtime configuration This enhances the toolbox template for creating new developer environments.
22 lines
658 B
YAML
22 lines
658 B
YAML
version: 1.0.0
|
|
registries:
|
|
- type: standard
|
|
ref: v4.431.0
|
|
packages:
|
|
# Add additional packages specific to your toolbox here
|
|
# Example:
|
|
# - name: cli/cli@v2.82.1
|
|
# - name: jesseduffield/lazygit@v0.55.1
|
|
# - name: direnv/direnv@v2.37.1
|
|
# - name: dandavison/delta@0.18.2
|
|
# - name: ajeetdsouza/zoxide@v0.9.8
|
|
# - name: casey/just@1.43.0
|
|
# - name: mikefarah/yq@v4.48.1
|
|
# - name: ducaale/xh@v0.25.0
|
|
# - name: rs/curlie@v1.8.2
|
|
# - name: twpayne/chezmoi@v2.66.1
|
|
# - name: mvdan/sh@v3.12.0
|
|
# - name: koalaman/shellcheck@v0.11.0
|
|
# - name: hadolint/hadolint@v2.14.0
|
|
# - name: astral-sh/uv@0.9.6
|
|
# - name: watchexec/watchexec@v2.3.2 |