Bugzilla – Bug 1222668
yast2-docker: Internal Error since docker-25.0.0 (because VirtualSize no longer in API)
Last modified: 2024-04-17 13:15:52 UTC
Reported in https://github.com/yast/yast-docker/issues/32, https://docs.docker.com/engine/api/v1.45/#tag/Image/operation/ImageList says for VirtualSize > Deprecated: this field is omitted in API v1.44, but kept for backward compatibility. Use Size instead. So we need to fix yast2-docker to use image.info["Size"] instead
Fixed: Git: https://github.com/yast/yast-docker/pull/33 RPM: yast2-docker-5.0.1 OBS: https://build.opensuse.org/request/show/1168549