Skip to content

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

@AndyYan007

Description

@AndyYan007

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions