You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Currently the only way to deserialize events from the
io.ReadCloserreturned from(*Client).ImagePullis to usegithub.com/docker/docker/pkg/jsonmessage.JSONMessagewhich forces a dependency on the docker repo. Here's what code currently has to look like:Please introduce a new type in the engine-api repo (akin to
github.com/docker/engine-api/types/events.Message) that would allow deserializing these events.