Mellanox / docker-sriov-plugin

Docker networking plugin for SRIOV and passthrough interfaces
Apache License 2.0
79 stars 17 forks source link

Correct initial problems with go1.22.2 and Docker #26

Open bsmith94 opened 4 months ago

bsmith94 commented 4 months ago

Add go.mod. Remove Gopkg.lock and Gopkg.toml.

Use debian:bookwork-slim as the base image. stretch's GLIBC is too old for go1.22.2.

Use client version 1.24. All previous versions are obsolete.

Add options to build that enable debug.

Update imports to use current package names.