We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d499d commit e441af8Copy full SHA for e441af8
app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md
@@ -132,11 +132,11 @@ docker push fra.ocir.io/<YOUR OCI TENANCY NAMESPACE>/helloworld-java:1
132
<p>
133
The same as above but using OCI cli to get the <YOUR OCI TENANCY NAMESPACE> which is especially handy in scripting:
134
135
-<code>
+<pre>
136
export namespace=$(oci os ns get | jq .data | tr -d '"')
137
docker build -t fra.ocir.io/$namespace/helloworld-java:1 .
138
docker push fra.ocir.io/$namespace/helloworld-java:1
139
-</code>
+</pre>
140
141
142
The last step is to create the Function Application and the function deployment for it. This can be easily done using the Cloud UI.
0 commit comments