NAME
API::Docker::Type::PushImageInfo - One event of the stream a POST /images/{name}/push answers with
VERSION
version 0.004
DESCRIPTION
Generated from the PushImageInfo definition of spec/v1.51.yaml, which the swagger leaves undescribed. The push progress stream, the same shape as a pull's. A failed push is 200 with an errorDetail event, so the status line is not the verdict.
error
Errors encountered during the operation.
> Deprecated: This field is deprecated since API v1.4, and will be omitted in a future API version. Use the information in errorDetail instead. Serialised as error -- spelled out, because deriving it from the Perl name would produce Error.
error_detail
Undocumented upstream. The failure, structured; the error field beside it carries the same text and the swagger deprecates it in favour of this one. See API::Docker::Error::Stream. See API::Docker::Type::ErrorDetail. Serialised as errorDetail -- spelled out, because deriving it from the Perl name would produce ErrorDetail.
status
Undocumented upstream. The phase line, the same shape a pull's "status" in API::Docker::Type::CreateImageInfo carries. No push stream is captured under t/fixtures/ -- pushing publishes to a real registry, so this distribution does not run one. Serialised as status -- spelled out, because deriving it from the Perl name would produce Status.
progress
Progress is a pre-formatted presentation of progressDetail.
> Deprecated: This field is deprecated since API v1.8, and will be omitted in a future API version. Use the information in progressDetail instead. Serialised as progress -- spelled out, because deriving it from the Perl name would produce Progress.
progress_detail
Undocumented upstream. The numbers behind "progress", which the swagger describes as a pre-formatted presentation of this field. See API::Docker::Type::ProgressDetail. Serialised as progressDetail -- spelled out, because deriving it from the Perl name would produce ProgressDetail.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.