类 ImageConfig.Update
java.lang.Object
cn.taketoday.buildpack.platform.docker.type.ImageConfig.Update
- 封闭类:
- ImageConfig
Update class used to change data when creating a copy.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private ImageConfigrun(Consumer<ImageConfig.Update> update) voidUpdate the image config with an additional label.
-
字段详细资料
-
copy
-
-
构造器详细资料
-
Update
-
-
方法详细资料
-
run
-
withLabel
Update the image config with an additional label.- 参数:
label- the label namevalue- the label value
-