Browse Source

Merge pull request #36048 from izeye

* pr/36048:
  Add Javadoc since to ImageReference.inTaglessForm()

Closes gh-36048
pull/36620/head
Scott Frederick 3 years ago
parent
commit
a9d3acb12c
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java

1
spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java

@ -157,6 +157,7 @@ public final class ImageReference { @@ -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