Download Latest Version docker-agent-windows-amd64.exe (120.4 MB)
Email in envelope

Get an email when there's a new version of Docker Agent

Home / v1.138.1
Name Modified Size InfoDownloads / Week
Parent folder
docker-agent-windows-arm64.exe 2026-09-11 111.4 MB
docker-agent-darwin-amd64 2026-09-11 119.2 MB
docker-agent-darwin-arm64 2026-09-11 110.9 MB
docker-agent-linux-amd64 2026-09-11 138.9 MB
docker-agent-linux-arm64 2026-09-11 131.4 MB
docker-agent-windows-amd64.exe 2026-09-11 120.4 MB
README.md 2026-09-11 3.6 kB
v1.138.1 source code.tar.gz 2026-09-11 11.9 MB
v1.138.1 source code.zip 2026-09-11 13.4 MB
Totals: 9 Items   757.4 MB 0

This release adds kubectl and AWS CLI to sandbox templates, introduces secure HTTP relay packages and improved share signing, fixes session and race condition bugs, and includes several CI pipeline improvements.

What's New

  • Adds kubectl and AWS CLI to the sbx-templates image, making them available in sandboxes without manual installation
  • Adds secure HTTP relay packages (pkg/config/httprelay and pkg/modelsgateway/relay) for agent configuration fetching and model-API forwarding
  • Changes share push --key to sign a DSSE-wrapped in-toto statement instead of raw YAML bytes, adding metadata about where and when the artifact was published

Bug Fixes

  • Fixes the starred flag being silently dropped when forking a starred session (the AddSession insert omitted the starred column)
  • Fixes a production data race in App where ReplaceSession wrote a.session from the update loop while background goroutines started by App.Start read it concurrently
  • Fixes a data race in evaluation tests where container stderr was read without going through exec.Cmd
  • Fixes HCL examples not being decoded through the HCL loader during the live models check in TestExamplesAgainstLiveModelsDev

Technical Changes

  • Consolidates CI workflows: single gate job, merged image job, shared composite actions, merged docs workflows, shared module/build caches, and checksum-verified tools
  • Adds race detector job (go test -race -shuffle=on) on pushes to main
  • Skips Go CI jobs on docs-only PRs and skips redundant lint/license checks on main push (already verified in merge queue)
  • Stops sidebar tests from reading the checkout's git branch to avoid environment-dependent failures in CI
  • Tears down bubbletea programs in t.Cleanup and freezes animation clock in exact-frame TUI tests to eliminate test flakiness
  • Stops parallel tests from mutating version.Version to prevent race conditions

What's Changed

New Contributors

Full Changelog: https://github.com/docker/docker-agent/compare/v1.138.0...v1.138.1

Source: README.md, updated 2026-09-11