Skip to content

Commit f89dd54

Browse files
authored
Merge pull request #1631 from oracle-devrel/native-build-fixes-3
readme update
2 parents 0863766 + da899e7 commit f89dd54

File tree

2 files changed

+4
-1
lines changed
  • app-dev/devops-and-containers
    • devops/oci-devops-terraform-function-java-graalvm
    • functions/java-helloworld-AI-with-local-dev-and-oci-functions

2 files changed

+4
-1
lines changed

app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Creating the stack in OCI Resource Manger fill in the vars:
7676
Docker credentials are only used during the DevOps project creation to push the initial Function image and the DevOps project won't need them after it's been created by Terraform. <i>Hence, you can delete the auth token from your profile after the stack has been run.</i>
7777
<p>
7878

79+
### Testing
80+
7981
After creation run Stacks's Apply to create the OCI DevOps project.
8082
<p>
8183
The Stack creates only a <i>private subnet</i> in the VCN and hence the Function cannot be called outside the tenancy by default after the build and deploy.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,9 @@ To do this <a href="https://github.com/oracle-devrel/technology-engineering/tree
124124
<li><a href="./files/reflection.json">reflection.json</a></li>
125125
<li><a href="./files/pom.xml">pom.xml</a></li>
126126
</ul>
127+
127128
<p>
128-
After pushing run the native build pipeline and test the Function in cloud shell.
129+
After pushing run the native build pipeline and <a href="https://github.com/oracle-devrel/technology-engineering/blob/main/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md#testing">test the Function in cloud shell</a>.
129130
<p>
130131

131132

0 commit comments

Comments
 (0)