Skip to content

Releases: olljanat/moby

29.2.1-olljanat2

04 Feb 17:39

Choose a tag to compare

Customized version of Docker based on 29.2.1 which targets to solve error:

Failed creating ingress network: failed during hnsCallRawResponse: hnsCall failed in Win32..

which prevents Swarm services starting in Windows container node.

Additionally increasing Overlay network attach timeout from 20 seconds to 5 minutes.

29.2.1-olljanat1

04 Feb 13:14

Choose a tag to compare

Customized version of Docker based on 29.2.1 which targets to solve error:

Failed creating ingress network: failed during hnsCallRawResponse: hnsCall failed in Win32: The system cannot find the file specified. (0x2)

which prevents Swarm services starting in Windows container node.

26.1.5-olljanat2

06 Aug 18:07

Choose a tag to compare

26.1.5-olljanat1

04 Aug 06:44

Choose a tag to compare

Customized version of Docker.

Without bug IPAM plugin loading is broken in Windows starting from Docker 27.0.1
and including feature libnetwork: provide endpoint name for IPAM drivers

Targets to be used with IPAM plugin for Docker with Nomad integration

Can be used in BurmillaOS by running these commands:

sudo ros config set rancher.repositories.docker.url https://raw.githubusercontent.com/burmilla/os-services/refs/heads/v2.0.4-custom
sudo ros engine list --update
sudo ros engine switch docker-26.1.5

28.3.2-olljanat1

21 Jul 08:01

Choose a tag to compare

Docker version 28.3.2 + these not officially released changes:

In additionally:

Tested with Windows Server 2025.

Installation:

$ProgressPreference='SilentlyContinue'
Enable-WindowsOptionalFeature -All -Online -FeatureName Containers -NoRestart
$dockerURL="https://github.com/olljanat/moby/releases/download/28.3.2-olljanat1/docker-28.3.2-olljanat1.zip"
Invoke-WebRequest $dockerURL -UseBasicParsing -OutFile C:\Windows\Temp\docker.zip
Expand-Archive -Path C:\Windows\Temp\docker.zip -DestinationPath "C:\Program Files\"
Start-Process -FilePath "C:\Program Files\Docker\dockerd.exe" -ArgumentList "--register-service --default-runtime=io.containerd.runhcs.v1 --feature=containerd-snapshotter" -Wait -NoNewWindow
New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Services\docker -Name DependOnService -Type MultiString -Value @("hns","vmcompute")
[Environment]::SetEnvironmentVariable("PATH", "$env:PATH;C:\Program Files\Docker", "Machine")
[Environment]::SetEnvironmentVariable("DOCKER_BUILDKIT", "1", "Machine")

Reboot is needed to finalize installation.

Moby PR 47955 test (commit ca167b8903)

04 Nov 10:54

Choose a tag to compare

Pre-release

Test binaries for moby#47955
Tested with Windows Server 2025 RTM.

Installation:

$dockerURL="https://github.com/olljanat/moby/releases/download/moby-pr47955-ca167b8903/docker-pr47955-windows.zip"
Invoke-WebRequest $dockerURL -UseBasicParsing -OutFile C:\Windows\Temp\docker.zip
New-Item -Type Directory -Path "C:\Program Files\Docker"
Expand-Archive -Path C:\Windows\Temp\docker.zip -DestinationPath "C:\Program Files\Docker\"
Start-Process -FilePath "C:\Program Files\Docker\dockerd.exe" -ArgumentList "--register-service" -Wait -NoNewWindow
New-Item -Type Directory -Path "C:\ProgramData\Docker\config"
Move-Item -Path 'C:\Program Files\Docker\daemon.json' -Destination 'C:\ProgramData\Docker\config\'

19.03.13-olljanat1

26 Oct 11:42

Choose a tag to compare

Docker version 19.03.13 + these non-officially released changes:

Usage

You can update Docker to latest custom build with commands:

Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Register-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds" -Location "https://raw.githubusercontent.com/olljanat/moby/v19.03.5-custom/DockerOlljanatIndex.json"
Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force -RequiredVersion "19.03.13-olljanat1"
Unregister-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds"

19.03.12-olljanat1

14 Sep 19:05

Choose a tag to compare

Docker version 19.03.12 + these non-officially released changes:

Usage

You can update Docker to latest custom build with commands:

Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Register-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds" -Location "https://raw.githubusercontent.com/olljanat/moby/v19.03.5-custom/DockerOlljanatIndex.json"
Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force -RequiredVersion "19.03.12-olljanat1"
Unregister-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds"

19.03.5-olljanat2

29 Nov 07:01

Choose a tag to compare

Docker version 19.03.5 + these non-officially released changes:

Usage

You can update Docker to latest custom build with commands:

Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Register-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds" -Location "https://raw.githubusercontent.com/olljanat/moby/v19.03.5-custom/DockerOlljanatIndex.json"
Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force -RequiredVersion "19.03.5-olljanat2"
Unregister-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds"

19.03.5-olljanat1

27 Nov 13:45

Choose a tag to compare

Docker version 19.03.5 + these non-officially released changes:

Usage

You can update Docker to latest custom build with commands:

Install-Module -Name DockerMsftProvider -Repository PSGallery -Force
Register-PackageSource -ProviderName DockerMsftProvider -Name "olljanat-custom-builds" -Location "https://raw.githubusercontent.com/olljanat/moby/v19.03.5-custom/DockerOlljanatIndex.json"
Install-Package -Name docker -ProviderName DockerMsftProvider -Update -Force -RequiredVersion "19.03.5-olljanat1"