API Server
The stateless backend. Run one or many behind a load balancer for high availability.
docker pull dependencytrack/apiserverFree and open source under the Apache 2.0 license. Available now as container images from Docker Hub and the GitHub Container Registry.
Spin up a full deployment with Docker Compose. Dependency-Track 5.0 ships as separate API server and frontend container images from Docker Hub and the GitHub Container Registry.
Upgrading from 4.x? v5 does not upgrade in place. Plan a maintenance window and follow the v4 to v5 migration guide.
curl -LO https://dependencytrack.org/docker-compose.yml
docker compose up -dv5 separates the backend and the web interface so each scales and updates independently.
The stateless backend. Run one or many behind a load balancer for high availability.
docker pull dependencytrack/apiserverThe single-page web interface, served as static assets from its own container.
docker pull dependencytrack/frontendv5 standardizes on PostgreSQL. H2, MySQL, and SQL Server are no longer supported.
Docker or any OCI-compatible runtime. Kubernetes is fully supported with liveness and readiness probes.
Scale horizontally by adding stateless API server instances. Smaller deployments run comfortably on modest hardware.
v5 runs on its own PostgreSQL cluster and ingests v4 data through an offline, one-time migrator, so teams should plan a maintenance window. Existing 4.x deployments continue to receive security and high-severity fixes on the 4.14.x line for at least roughly six months after this release.
Dependency-Track is free and open source. Join the teams across more than 20,000 organizations who help shape the project.