Releases: rancher-sandbox/rancher-desktop-wsl-distro
Releases · rancher-sandbox/rancher-desktop-wsl-distro
v0.28
What's Changed
- Add zstd because
docker load
doesn't support .tar.zst files by @jandubois in #50
Full Changelog: v0.27...v0.28
v0.27
- Bump
nerdctl
0.22.2 → 0.23.0 - Add
git
to support docker-compose with git URLs
v0.26
Bump to nerdctl 0.22.2
This fixes an issue with using docker credential helpers.
v0.25
- Bump to nerdctl 0.22.0 and cri-dockerd to 0.2.3
v0.24
- Switch back to upstream cri-dockerd release 0.2.1
v0.23
- Bump cri-dockerd 0.2.0-1 → 0.2.0-rd2
v0.22
- bump nerdctl 0.19.0 → 0.20.0
- add
sudo
andcurl
packages
v0.21
- bump
nerdctl
0.17.1 → 0.19.0 - load
cni-plugins
from edge repo becausenerdctl
0.18.0+ needs 1.1.0+ to replace theisolation
plugin - use fork of
cri-dockerd
to fix the metrics performance issue - add
apk-tools
to make it easier to add additional packages later
v0.20
- Add
cri-dockerd
for k8s 1.24, which no longer includesdocker-shim
- Add
xz
package sodocker build
can process .tar.xz files - Update nerdctl to 0.17.1
v0.19
Add docker-cli
package to support docker load ...
to import the airgap images