Merge branch '3.1.x'

Closes gh-36055
pull/36062/head
Scott Frederick 1 year ago
commit c32877493c

@ -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) {

Loading…
Cancel
Save