Remove phrases like 'instance-' and 'base_instance-' from Docker tags.
Remove phrases like 'instance-' and 'base_instance-' from Docker tags.
Requires haf!378 (merged)
Regarding the discussion from hive!1147 (merged),
these are the container registries and tags we currently have under hive/hivemind> project:
- instance:.+
- instance:haf_api_node
- instance:instance-.+
- instance:instance-1.+
- instance:1.+ --will appear in the future if this MR is merged
- ci_base_image:3.8
- runtime:python-.+
- runtime:ubuntu20.04-1
- ci-base-image:python-.+
- ci-base-image:ubuntu20.04-1
- ci_base_image_with_docker:3.8
Out of those I'm fairly certain we're no longer using:
- ci_base_image:3.8
- ci_base_image_with_docker:3.8
and these registries have less than 10 images in them:
- ci_base_image
- runtime
- ci-base-image
- ci_base_image_with_docker
As such, I propose implementing the following cleanup policy: