Short of reading the current image tags via getImageTags and then calling deleteImageTags on those keys, is it possible to delete all tags from an image?
As a side note, the setImageTags function has a somewhat-misleading name. I assumed setImageTags(path, {}) would set the tags to the contents of the object ({}), not update the existing tags with new values in the object. updateImageTags might be a better name.
Short of reading the current image tags via
getImageTagsand then callingdeleteImageTagson those keys, is it possible to delete all tags from an image?As a side note, the
setImageTagsfunction has a somewhat-misleading name. I assumedsetImageTags(path, {})would set the tags to the contents of the object ({}), not update the existing tags with new values in the object.updateImageTagsmight be a better name.