-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Description
cli does not build on OpenBSD anymore. This is the issue to track the progress on fixing related dependencies.
Steps to reproduce the issue:
GOOS=openbsd GOARCH=amd64 go get github.com/docker/cli/cmd/docker
Describe the results you received:
Various compile-time errors (non-impemented functions, missing syscalls etc)
Describe the results you expected:
Docker cli builds on OpenBSD.
Stages:
- Update golang.org/x/sys vendor moby/moby#36276
- Fix compilation of defaultCredentialStore() on unsupported platforms #872
- Generalize chtimes() implementation for non-linux platforms tonistiigi/fsutil#27
- Make sysx compile on OpenBSD; mark OpenBSD as unsupported for xattr containerd/continuity#104
- mount: add support for OpenBSD containerd/containerd#2712
- archive: add support for OpenBSD containerd/containerd#2713
- Add OpenBSD support for fs subpackage containerd/continuity#109
- update vendor in cli repo
- add
openbsd/amd64to cross build
yukiisbored and gabeio
Metadata
Metadata
Assignees
Labels
No labels