vendor: github.com/docker/docker@24.0 36e9e79
client: define a "dummy" hostname to use for local connections fixes "http: invalid Host header" errors when compiling with go1.20.6 or go1.19.11 full diff: https://github.com/docker/docker/compare/v24.0.2...36e9e796c6fc Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>pull/1945/head
parent
69421182ca
commit
8a3a646c61
@ -1,9 +1,9 @@
|
||||
package image
|
||||
|
||||
import specs "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
import ocispec "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
|
||||
// GetImageOpts holds parameters to inspect an image.
|
||||
type GetImageOpts struct {
|
||||
Platform *specs.Platform
|
||||
Platform *ocispec.Platform
|
||||
Details bool
|
||||
}
|
||||
|
Loading…
Reference in New Issue