@@ -77,7 +77,6 @@ type (
PluginRuntimeDockerInterface interface {
// returns the docker image and the delete function, always call the delete function when the image is no longer needed
- DockerImage() (string, func(), error)
}
)