We want to do some cleanup of images that users have pushed to Pulp. We didn't pre-create repositories for those images so they exist in container-push. How can I untag images there? I've tried something like:
pulp container repository untag --repository /pulp/api/v3/repositories/container/container-push/0190135f-8d28-788c-aee3-ae2523804ca9/ --tag "327-merge"
But it complains that that's not a valid href for a repository. I feel like I'm missing something super-simple here but I can't think what it would be...
We want to do some cleanup of images that users have pushed to Pulp. We didn't pre-create repositories for those images so they exist in container-push. How can I untag images there? I've tried something like:
But it complains that that's not a valid href for a repository. I feel like I'm missing something super-simple here but I can't think what it would be...