Skip to content

Commit

Permalink
Merge pull request #30479 from rsvoboda/builderImage.defaultValueDocu…
Browse files Browse the repository at this point in the history
…mentation

Define defaultValueDocumentation for builderImage
  • Loading branch information
gsmet authored Jan 25, 2023
2 parents 6faf038 + 6c63a96 commit d004bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public boolean isContainerBuild() {
* The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g.
* {@code quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17}.
*/
@ConfigItem(defaultValue = "${platform.quarkus.native.builder-image}")
@ConfigItem(defaultValue = "${platform.quarkus.native.builder-image}", defaultValueDocumentation = "mandrel")
public String builderImage;

public String getEffectiveBuilderImage() {
Expand Down

0 comments on commit d004bcf

Please sign in to comment.