Skip to content

Commit

Permalink
Merge pull request #11640 from galderz/t_clarification_floating_tag
Browse files Browse the repository at this point in the history
Clarify floating tag use in Mandrel builder images
  • Loading branch information
gsmet committed Aug 27, 2020
2 parents 8f72845 + 112824e commit 078f7c5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/src/main/asciidoc/building-native-image.adoc
Expand Up @@ -395,11 +395,12 @@ Building with Mandrel requires a custom builder image parameter to be passed add
./mvnw package -Pnative -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel:{mandrel-flavor}
----
Please note that the above command points to a floating tag for ease of use,
and to make sure you get the newest Mandrel version supported by Quarkus.
Consider using specific tags when going into production.
Check https://quay.io/repository/quarkus/ubi-quarkus-mandrel?tab=tags[here] to find out about available tags.
Please note that the above command points to a floating tag.
It is highly recommended to use the floating tag,
so that your builder image remains up-to-date and secure.
If you absolutely must, you may hard-code to a specific tag
(see https://quay.io/repository/quarkus/ubi-quarkus-mandrel?tab=tags[here] for available tags),
but be aware that you won't get security updates that way and it's unsupported.
====

== Creating a container
Expand Down

0 comments on commit 078f7c5

Please sign in to comment.