domhanak commented on code in PR #568: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/568#discussion_r1519250287
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc: ########## @@ -61,21 +61,25 @@ apiVersion: v1 data: DEFAULT_BUILDER_RESOURCE_NAME: Dockerfile DEFAULT_WORKFLOW_EXTENSION: .sw.json - Dockerfile: "FROM quay.io/kiegroup/kogito-swf-builder-nightly:latest AS builder\n - \ \n # Copy from build context to skeleton resources project\nCOPY * ./resources/\n\nRUN - /home/kogito/launch/build-app.sh ./resources\n \n #=============================\n - \ # Runtime Run\n #=============================\nFROM registry.access.redhat.com/ubi8/openjdk-11:latest\n\nENV - LANG='en_US.UTF-8' LANGUAGE='en_US:en'\n \n # We make four distinct layers so - if there are application changes the library layers can be re-used\nCOPY --from=builder - --chown=185 /home/kogito/serverless-workflow-project/target/quarkus-app/lib/ /deployments/lib/\nCOPY - --from=builder --chown=185 /home/kogito/serverless-workflow-project/target/quarkus-app/*.jar + Dockerfile: "FROM quay.io/kiegroup/kogito-swf-builder-nightly:latest AS builder\n\n# Review Comment: note for future, revisit so we do not need to update it everytime we change something. https://github.com/apache/incubator-kie-kogito-docs/issues/573 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
