Skip to content

Commit c552652

Browse files
readme update
1 parent 554e3e8 commit c552652

File tree

1 file changed

+3
-1
lines changed
  • app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@ Clone this repo locally. In OCI Console click <code>Create Stack</code> under <c
5454
<p>
5555
OCI DevOps IAM Policies are not part of the stack, please refer to <a href="https://docs.oracle.com/en-us/iaas/Content/devops/using/devops_iampolicies.htm">docs</a> how to create them first.
5656
<p>
57-
Important! Before running the stack it is manadatory to create the OCI Registry repository for the OCI Function container and upload a dummy X86 architecture container to it. The <b>name</b> of the OCIR repo needs to match to the <code>image_name</code> of the Stack variables e.g. <b>helloworldai-java</b>. The image tag must be '<b>1</b>'. The reason for this is that the Stack canniot create the Function without pointing to an image in OCIR.
57+
Important! Before running the stack it is manadatory to create the OCI Registry repository for the OCI Function container and upload a dummy X86 architecture container to it. The <b>name</b> of the OCIR repo needs to match to the <code>image_name</code> of the Stack variables e.g. <b>helloworldai-java</b>. The image tag must be '<b>1</b>'.
5858
<br>
59+
The reason for this is that the Stack cannot create the Function without pointing to an image in OCIR.
60+
<p>
5961
This can be done by doing the following in OCI Cloud Shell (assuming the image name is 'helloworldai-java'):
6062
<pre>
6163
oci artifacts container repository create --display-name helloworldai-java --compartment-id ocid1.compartment.oc1.....gq

0 commit comments

Comments
 (0)