Skip to content

Fix inability to delete container registry tags

Stan Hu requested to merge sh-fix-broken-docker-delete into master

Because container registry tags can have periods, the addition of the .json format caused ambiguity. Since the tag name regex is greedy, it would attempt to locate an image named foo.json instead of foo.

Closes #39260 (closed)

Edited by Stan Hu

Merge request reports