- 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.
		
			
				
	
	
		
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 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 |