apupier commented on code in PR #8242: URL: https://github.com/apache/camel-quarkus/pull/8242#discussion_r2762914017
########## 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: yeah no trace of podman in pom.xml: https://github.com/search?q=repo%3Aapache%2Fcamel-quarkus%20podman%20language%3A%22maven%20pom%22&type=code -- 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]
