Commit e441af8 1 parent f5d499d commit e441af8 Copy full SHA for e441af8
File tree 1 file changed +2
-2
lines changed
app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ docker push fra.ocir.io/<YOUR OCI TENANCY NAMESPACE>/helloworld-java:1
132
132
<p >
133
133
The same as above but using OCI cli to get the < ; YOUR OCI TENANCY NAMESPACE> ; which is especially handy in scripting:
134
134
135
- <code >
135
+ <pre >
136
136
export namespace=$(oci os ns get | jq .data | tr -d '"')
137
137
docker build -t fra.ocir.io/$namespace/helloworld-java:1 .
138
138
docker push fra.ocir.io/$namespace/helloworld-java:1
139
- </code >
139
+ </pre >
140
140
141
141
<p >
142
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.
You can’t perform that action at this time.
0 commit comments