Skip to content

Commit

Permalink
local-exec added
Browse files Browse the repository at this point in the history
  • Loading branch information
mikarinneoracle committed Feb 13, 2025
1 parent 171d495 commit c03ac25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,13 @@ OCI DevOps IAM Policies are not part of the stack, please refer to <a href="http

Before applying the Stack fill in the vars:

![Stack vars](./files/stack_vars.jpg)
![Stack vars](./files/stack.jpg)

<ul>
<li><i>initial_image</i> 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</li>
<li><i>docker_user</i> is your OCIR Docker user to push the initial image (above) to OCIR repo for the Function. Replace &lt;namespace&gt; with your <code>tenancy namespace</code>. <code>oracleidentitycloudservice</code> is only used for federated domains/users, not local</li>
<li><i>docker_user</i> is our OCIR Docker user password (your user profile auth token in OCI)</li>
<li></li>
</ul>

Run Stacks's Apply to create the OCI DevOps project.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ variable region { default = "eu-frankfurt-1" }
variable registry { default = "fra.ocir.io" }
variable compartment_ocid { }
variable project_name {
default = "helloworldai-java-project"
default = "helloworldai-java"
description = "Name of the OCI DevOps project and related resources"
}
variable image_name {
default = "helloworldai-java"
description = "Name of the Docker image in OCIR. Important! Create/Push this into the OCIR repo for this before running this Stack, otherwise the stack will fail due to empty image in the function definition You can do this in OCI Cloud Shell using hello-world image from Docker Hub and then tagging and pushing it accordingly."
default = "helloworldai"
description = "Name of the image that is built by the pipelines and deployed in the target OCI Function"
}
variable docker_user {
description = "Your docker user to login OCIR to create the initial Function image"
Expand Down

0 comments on commit c03ac25

Please sign in to comment.