v5.0.2
test: replace context.Background()/context.TODO() with t.Context()
next release will be major version v5.x
feat(os): add FreeBSD support
feat(desktop): add Docker Desktop detection and client skeleton (#11593)
golangci-lint: use gci formatter instead of goimports
use go-compose instead Signed-off-by: tensorworker <tensorworker@proton.me>
use containerd registry client
internal/sync: replace go-multierror.Group with golang.org/x/sync/errgroup
refactor: replace interface{} with any for clarity and modernization
format code with gofumpt