Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client git commit in output of docker version does not exist in any repo #8

Open
adamkpickering opened this issue May 31, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@adamkpickering
Copy link
Member

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.

@adamkpickering adamkpickering changed the title Listed git commit does not exist in output of docker version Listed git commit in output of docker version does not exist in any repo May 31, 2023
@adamkpickering adamkpickering changed the title Listed git commit in output of docker version does not exist in any repo Client git commit in output of docker version does not exist in any repo May 31, 2023
@jandubois jandubois added the bug Something isn't working label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants