You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Before applying the Stack fill in the vars:
65
65
<li><i>initial_image</i> that is used to create the OCI Function as target environment for the OCI DevOps deployment pipeline.
66
66
By default it is loaded from Dockerhub, but you can use any X86 arch image if want to replace this</li>
67
67
<li><i>docker_user</i> is your OCIR Docker user to push the initial image (above) to OCIR repo for the Function. Replace <namespace> with your <code>tenancy namespace</code>. <code>oracleidentitycloudservice</code> is only used for federated domains/users, not local</li>
68
-
<li><i>docker_password</i> is our OCIR Docker user password (your user profile auth token in OCI)</li>
68
+
<li><i>docker_password</i> is your OCIR Docker user password (your user profile auth token in OCI)</li>
69
69
</ul>
70
70
71
71
Run Stacks's Apply to create the OCI DevOps project.
0 commit comments