hashicorp / go-secure-stdlib

Mozilla Public License 2.0
64 stars 24 forks source link

Upgrading the docker/docker package to v27.2.0 #135

Closed AndyYan007 closed 1 month ago

AndyYan007 commented 1 month ago

Is your feature request related to a problem? Please describe.

I am having issues with importing go-secure-stdlib/plugincontainer: I need to use a newer version of docker/docker (v27.1.1), but the deprecated type ListImageOptions was removed in v27.0.0 because of the change https://github.com/moby/moby/pull/47900, so plugincontainer will have the undefined error

# github.com/hashicorp/go-secure-stdlib/plugincontainer
../../../../pkg/mod/github.com/hashicorp/go-secure-stdlib/plugincontainer@v0.3.1-0.20240801143802-fab9dfbe9dbc/container_runner_linux.go:180:54: undefined: types.ImageListOptions

Similar to https://github.com/hashicorp/go-secure-stdlib/pull/126

Describe the solution you'd like A clear and concise description of what you want to happen.

Upgrading docker/docker and resolve conflicts

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.