Make the Image class an abstact base class #804
Labels
refactor
Requires significant code refactoring
super
Super issue - other issues are linked to this one
technical-debt
Technical Debt - we should have addressed this right away but for "reasons" we deferred
Milestone
Description
Image is currently a generic container image class. Convert this into an abstract base class in order to restrict the kind of properties and methods that are allowed.
To Do
tern/classes/image.py
to derive from the ABS classDockerImage
class to compensate for the update if needed.Background
This should unblock #678
Super Issues
#801
The text was updated successfully, but these errors were encountered: