Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/container-image.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Georgios Andrianakis <[email protected]>
  • Loading branch information
iocanel and geoand authored Jul 3, 2020
1 parent 1964390 commit a08d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/container-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ NOTE: If no registry is set (using `quarkus.container-image.registry`) then `doc

== Selecting among multiple extensions

It does make sense to use multiple extension as part of the same build. When multiple container image extensions are present an error will be raised to inform the user. The user can either remove the uneeded extensions or select one using `application.properties`.
It does not make sense to use multiple extension as part of the same build. When multiple container image extensions are present, an error will be raised to inform the user. The user can either remove the uneeded extensions or select one using `application.properties`.

For example, if both `container-image-docker` and `container-image-s2i` are present and the user needs to use `container-image-docker`:

Expand Down

0 comments on commit a08d820

Please sign in to comment.