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 moby/moby#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 #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.
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 typeListImageOptionswas removed in v27.0.0 because of the change moby/moby#47900, so plugincontainer will have the undefined errorSimilar to #126
Describe the solution you'd like
A clear and concise description of what you want to happen.
Upgrading
docker/dockerand resolve conflictsDescribe 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.