From 5b46edc26094a7f0c8d0d7f5c55add2f40f24f6c Mon Sep 17 00:00:00 2001 From: Mika Rinne Date: Thu, 13 Feb 2025 19:38:33 +0200 Subject: [PATCH] local-exec added --- .../devops/oci-devops-terraform-function-java-graalvm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md b/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md index 9764db901..81b866168 100644 --- a/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md +++ b/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md @@ -65,7 +65,7 @@ Before applying the Stack fill in the vars:
  • initial_image that is used to create the OCI Function as target environment for the OCI DevOps deployment pipeline. By default it is loaded from Dockerhub, but you can use any X86 arch image if want to replace this
  • docker_user is your OCIR Docker user to push the initial image (above) to OCIR repo for the Function. Replace <namespace> with your tenancy namespace. oracleidentitycloudservice is only used for federated domains/users, not local
  • -
  • docker_user is our OCIR Docker user password (your user profile auth token in OCI)
  • +
  • docker_password is our OCIR Docker user password (your user profile auth token in OCI)
  • Run Stacks's Apply to create the OCI DevOps project.