- Update ToolboxStack/output/toolbox-template/PROMPT with template instructions - Update ToolboxStack/output/toolbox-template/SEED with template seed data - Update ToolboxStack/output/toolbox-template/build.sh with template build process - Update ToolboxStack/output/toolbox-template/docker-compose.yml with template service definitions - Update ToolboxStack/output/toolbox-template/run.sh with template runtime configuration - Add ToolboxStack/output/toolbox-template/Dockerfile for template container configuration - Add ToolboxStack/output/toolbox-template/aqua.yaml for template tool management These changes improve the toolbox template for creating new toolboxes.
7 lines
532 B
Plaintext
7 lines
532 B
Plaintext
- This toolbox extends from the standard toolbox-base image, inheriting all base tooling (shells, CLIs, package managers).
|
|
- Add {{toolbox_name}}-specific tools via aqua.yaml, Dockerfile, or mise configurations.
|
|
- Document any additional host directory mounts needed in docker-compose.yml.
|
|
- Ensure all tooling is compatible with the non-root toolbox user and UID/GID mapping.
|
|
- Update README.md to document {{toolbox_name}}-specific features and tooling.
|
|
- Follow the same build and run patterns as the base image for consistency.
|