-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Cannot build from source on Ubuntu 24.04
To Reproduce
- Login into a machine running Ubunutu 24.04
- Install golang from apt.
- Run
go install github.com/jesseduffield/lazydocker@latest - See error
Expected behaviour
I expected it to install.
Screenshots
All I get is the following error message:
# github.com/docker/docker/api/types/system
go/pkg/mod/github.com/docker/[email protected]+incompatible/api/types/system/info.go:51:31: undefined: registry.ServiceConfigDesktop (please complete the following information):
- OS: Ubuntu 24.04
- Lazydocker Version: latest.
Additional context
✓ ; lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.3 LTS
Release: 24.04
Codename: noble
✓ ; go version
go version go1.22.2 linux/amd64
✓ ; go install github.com/jesseduffield/lazydocker@latest
# github.com/docker/docker/api/types/system
go/pkg/mod/github.com/docker/[email protected]+incompatible/api/types/system/info.go:51:31: undefined: registry.ServiceConfigMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working