mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
image got converted to the new docker modules which were finally renamed to moby[1]. Podman however still uses docker so now the swagger lookup seems to find duplicated types which in general breaks the generation so exclude the new module for now until we convert podman and fix the new type issues swagger found. [1] https://github.com/containers/container-libs/pull/459 Signed-off-by: Paul Holzinger <pholzing@redhat.com>