```python gitlab_registry = GitLabRegistry(c['gitlab_base_url'], c['registry_base_url'], c['username'], c['access_token']) gitlab_registry.delete_image(repository, image_hash) ``` how to obtain `image_hash` from image tag. is it possible with this library?
how to obtain
image_hashfrom image tag. is it possible with this library?