\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
22 lines
526 B
YAML
22 lines
526 B
YAML
version: 1.0.0
|
|
registries:
|
|
- type: standard
|
|
ref: v4.431.0
|
|
packages:
|
|
# Docker and container analysis tools
|
|
- name: aquasecurity/trivy@v0.54.1
|
|
- name: hadolint/hadolint@v2.14.0
|
|
|
|
# GitHub and collaboration tools
|
|
- name: cli/cli@v2.82.1
|
|
|
|
# Environment and runtime management
|
|
- name: direnv/direnv@v2.37.1
|
|
- name: dandavison/delta@0.18.2
|
|
- name: ajeetdsouza/zoxide@v0.9.8
|
|
|
|
# Development and build tools
|
|
- name: mikefarah/yq@v4.48.0
|
|
|
|
# Configuration management
|
|
- name: twpayne/chezmoi@v2.66.1 |