releases.shpreview
Docker

Docker

$npx @buildinternet/releases get docker
All releasesBy productDesktopEngineComposeBuildx

Volume/image/container loading fixed; stop timeouts respected

This release2 enhancementsImprovements to existing features11 fixesBug fixesAI-tallied from the release notes

Fixed an error that caused volumes, images, and containers to fail to load in the Docker Desktop Dashboard, and a bug where containers ignored user-configured stop timeouts due to a proxy-level override forcing a 1-second timeout. Also fixed Docker Offload crashes on Intel Macs, Hyper-V graceful shutdown on Windows, and Docker Desktop startup failures on WSL2 ARM kernels.

Read more →

Init containers now natively supported

This release1 featureNew capabilities2 fixesBug fixesAI-tallied from the release notes

Adds native support for pre-start init containers in Compose files, and fixes OCI route authorizer token fetches through the provided transport. Also scopes running events to project services for the run command.

Read more →

Native init containers; OCI auth fixed

This release1 featureNew capabilities3 fixesBug fixesAI-tallied from the release notes
Docker Compose · v5.3.0

Init containers are now natively supported via the pre_start_init_containers field. Fixed an issue where OCI registry authorizer tokens were not routed through the configured transport, and scoped docker compose run events to project services only.

Read more →

New reconciliation algorithm; plugin rawsetenv support

Breaking (minor)This release2 featuresNew capabilities3 fixesBug fixesAI-tallied from the release notes
Docker Compose · v5.2.0

Introduced a new reconciliation algorithm between observed and expected container state, and added rawsetenv message type for provider plugins. Fixed TTY auto-detection via stderr, publish env_file handling with missing optional files, and skip validation when extracting config variables.

Read more →

New reconciliation algorithm; loopback registry proxy bypassed

Breaking (minor)This release2 featuresNew capabilities1 enhancementImprovements to existing features6 fixesBug fixesAI-tallied from the release notes

Introduces a new reconciliation algorithm between observed and expected state, which may affect existing Compose workloads. Adds rawsetenv message type for provider plugins. Fixes include bypassing Docker Desktop proxy for loopback registries, honoring env_file required: false on publish, and skipping remote URL contexts from bake fs.read allowlist.

Read more →

Local output delete mode; resource limits; network proxy via source policies

This release3 featuresNew capabilities1 fixBug fixesAI-tallied from the release notes
Docker Buildx · v0.35.0

Local output now supports a mode=delete attribute that replaces the destination directory with the build result, restricted to subdirectories of the working directory by default. Resource limits for CPU and memory can be set via the --resource flag. Source policies support the BuildKit exec proxy feature for controlling build-step network traffic. Also fixes a possible closed channel panic.

Read more →

Local output gets delete mode; exec proxy supports buildkit network traffic

preThis release2 featuresNew capabilities1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notes
Docker Buildx · v0.35.0-rc1

Local output now supports a mode=delete attribute for build and bake commands, replacing the destination directory with the build result. Source policies now support BuildKit's exec proxy feature for capturing build step network traffic. Resource limits for CPU and memory can now be set using the --resource flag. A possible "closed channel" panic has been fixed.

Read more →