-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I am running Rancher Desktop 1.8.1 on openSUSE Leap 15.3, installed via the rpm.
After selecting moby as the container engine and allowing Rancher Desktop to finish starting up, I run docker version
. This produces the following output:
adam@DESKTOP-PJ3KQUA [~/.rd/bin]$ docker version
Client:
Version: 23.0.1-rd
API version: 1.41 (downgraded from 1.42)
Go version: go1.19.5
Git commit: 393499b
Built: Fri Feb 10 16:56:27 2023
OS/Arch: linux/amd64
Context: rancher-desktop
Server:
Engine:
Version: 20.10.20
API version: 1.41 (minimum version 1.12)
Go version: go1.18.7
Git commit: 03df974ae9e6c219862907efdd76ec2e77ec930b
Built: Wed Oct 19 02:58:31 2022
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.6.8
GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
runc:
Version: 1.1.4
GitCommit: 5fd4c4d144137e991c4acebb2146ab1483a97925
docker-init:
Version: 0.19.0
GitCommit:
The relevant detail is the Git commit
field for the client. Its value is 393499b.
The problem is that this commit is not present anywhere I look: not in docker/cli, not in rancher-sandbox/rancher-desktop-docker-cli, and not in rancher-sandbox/rancher-desktop. I think that this has to do with how rancher-sandbox/rancher-desktop-docker-cli builds docker
, though to be fair I'm not sure. This issue is about sorting this out.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working