The ContainerRepository.content_sets is being deprecated and unmaintained. We must switch to ContainerImage.content_sets.
ContainerRepository.content_sets
ContainerImage.content_sets
Before this PR, we used to do following:
After this RP, we do following:
That way, we are using containerImage.content_sets and not using containerRepository.content_sets.
+1
Pull-Request has been merged by jkaluza
The
ContainerRepository.content_setsis being deprecated and unmaintained. We must switch toContainerImage.content_sets.Before this PR, we used to do following:
After this RP, we do following:
That way, we are using containerImage.content_sets and not using containerRepository.content_sets.