jamesnetherton commented on code in PR #8242: URL: https://github.com/apache/camel-quarkus/pull/8242#discussion_r2762874307
########## docs/modules/ROOT/pages/contributor-guide/index.adoc: ########## @@ -9,9 +9,9 @@ * GraalVM with `native-image` command installed and `GRAALVM_HOME` environment variable set, see https://quarkus.io/guides/building-native-image-guide[Building a native executable] section of the Quarkus documentation. -* If your are on Linux, `docker` is sufficient for the native mode too. Use `-Pnative,docker` instead of `-Pnative` +* If you are on Linux, `docker` or `podman` is sufficient for the native mode too. Use `-Pnative,docker` or `-Pnative,podman` respectively instead of `-Pnative` Review Comment: AFAIK, there is no `podman` profile in the project. ```suggestion * If you are on Linux, `docker` or `podman` is sufficient for the native mode too. Use `-Pnative,docker` instead of `-Pnative` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
