Actions
Feature #13550
closeddocker v2: remove code related to supporting docker v1 images
Description
Docker v2 introduces a 'manifest' that replaces the Docker v1 'image' construct.
After migrating the Katello logic over to use the new Docker v2, we should remove any remaining logic and schema related to the existing Docker v1 i'image'.
This issue is to address that code removal, which should include things like schema, model, routes, controllers, actions...etc.
Actions