Historical security scan results for Docker images used by the deployer itself. These are Priority 3 images — lower risk, short-lived, not internet-exposed.
For production image scans, see ../../../production/scans/.
| Image | Version | HIGH | CRITICAL | Status | Last Scan | Details |
|---|---|---|---|---|---|---|
torrust/tracker-deployer |
trixie | 46 | 1 | Apr 15, 2026 | View |
- torrust-tracker-deployer.md — Deployer (base: rust:trixie)
For backup service scans (production container), see ../../../production/scans/torrust-tracker-backup.md.
For SSH server and provisioned-instance scans (testing only), see ../../../testing/scans/.
# Build deployer image
docker build --target release --tag torrust/tracker-deployer:local --file docker/deployer/Dockerfile .
# Scan
trivy image --severity HIGH,CRITICAL torrust/tracker-deployer:localSee ../README.md for detailed scanning instructions.