Merge branch '2.7.x' into 3.0.x

Closes gh-36053
This commit is contained in:
Scott Frederick 2023-06-23 15:46:27 -06:00
commit 4a3abdd7c3

View File

@ -157,6 +157,7 @@ public final class ImageReference {
/**
* Return an {@link ImageReference} without the tag.
* @return the image reference in tagless form
* @since 2.7.12
*/
public ImageReference inTaglessForm() {
if (this.tag == null) {