java.lang.Object
org.springframework.boot.buildpack.platform.docker.type.ImageConfig.Update
Enclosing class:
ImageConfig

public static final class ImageConfig.Update extends Object
Update class used to change data when creating a copy.
  • Method Details

    • withLabel

      public void withLabel(String label, String value)
      Update the image config with an additional label.
      Parameters:
      label - the label name
      value - the label value