feat: Update toolbox-base and template with latest Docker configurations and documentation

\n- Updated Dockerfiles in both toolbox-base and toolbox-template
- Modified build scripts and docker-compose configurations
- Added new audit tools and documentation files
- Created new toolbox-DocStack and toolbox-QADocker implementations
- Updated README and maintenance documentation
This commit is contained in:
2025-10-31 12:46:36 -05:00
parent 48530814d5
commit ab57e3a3a1
92 changed files with 4610 additions and 190 deletions

View File

@@ -0,0 +1,19 @@
=== toolbox-DocStack Audit Report ===
Audit Date: Fri Oct 31 12:03:53 PM CDT 2025
✓ Dockerfile exists
⚠ Does not use Ubuntu 24.04 base image
✓ Runs as non-root user (toolbox)
✓ Sudo removed from final image
⚠ Does not appear to use multi-stage build
✓ Aqua package manager configuration found (3 tools)
✓ build.sh exists
✓ run.sh exists
✓ test.sh exists
✓ README.md exists
✓ PROMPT exists
✓ SEED exists
Dockerfile excerpt:
==================