Skip to content

Commit 339901f

Browse files
native build modified with OCI DevOps
1 parent fa5b255 commit 339901f

File tree

1 file changed

+5
-5
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions

1 file changed

+5
-5
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ GraalVM compiles your Java functions ahead of time into standalone binaries that
116116

117117
<p>
118118

119-
To do this a <a href="https://github.com/oracle-devrel/technology-engineering/tree/main/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm">create OCI DevOps project for a Function CI/CD</a> and then clone the repo and copy the following files with the Function source and commit and push them to the repo:
119+
To do this <a href="https://github.com/oracle-devrel/technology-engineering/tree/main/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm">create OCI DevOps project for a Function CI/CD</a> and then clone the repo and copy the following files with the Function <a href="./files/src/">source</a> and commit and push them to the repo:
120120
<p>
121121
<ul>
122-
<li>Dockerfile.native</li>
123-
<li>build_spec_native.yaml</li>
124-
<li>reflection.json</li>
125-
<li>pom.xml</li>
122+
<li><a href="./files/Dockerfile.native">Dockerfile.native</a></li>
123+
<li><a href="./files/build_spec_native.yaml">build_spec_native.yaml</a></li>
124+
<li><a href="./files/reflection.json">reflection.json</a></li>
125+
<li><a href="./files/pom.xml">pom.xml</a></li>
126126
</ul>
127127
<p>
128128
After pushing run the native build pipeline and test the Function in cloud shell.

0 commit comments

Comments
 (0)