Skip to content

Commit 0f34208

Browse files
colima added
1 parent 4d6ed04 commit 0f34208

File tree

2 files changed

+23
-1
lines changed
  • app-dev/devops-and-containers/functions
    • java-helloworld-ADB-with-local-dev-and-oci-functions
    • java-helloworld-with-local-dev-and-oci-functions

2 files changed

+23
-1
lines changed

app-dev/devops-and-containers/functions/java-helloworld-ADB-with-local-dev-and-oci-functions/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SOFTWARE.
3838

3939
# A Java Hello World function accessing ATP database with local dev and then building and deploying to OCI Functions
4040

41-
Reviewed: 14.04.2025
41+
Reviewed: 30.09.2025
4242

4343
# When to use this asset?
4444

@@ -70,6 +70,17 @@ docker run --rm -i --name fnserver \
7070
-e FN_LOG_LEVEL=DEBUG fnproject/fnserver:latest
7171
</pre>
7272

73+
<i>UPDATE 30.9.2025</i>
74+
75+
I recently update my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To overcome this I'm still running Rancher desktop but also installed <code>colima</code>:
76+
77+
<pre>
78+
brew install colima
79+
/opt/homebrew/opt/colima/bin/colima start -f
80+
</pre>
81+
82+
After this, I can run Functions in Fn Server succesfully on my MacOS.
83+
7384
<p>
7485
Now that the Fn server is running create an application for our function using the cli:
7586

app-dev/devops-and-containers/functions/java-helloworld-with-local-dev-and-oci-functions/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@ docker run --rm -i --name fnserver \
7070
-e FN_LOG_LEVEL=DEBUG fnproject/fnserver:latest
7171
</pre>
7272

73+
<i>UPDATE 30.9.2025</i>
74+
75+
I recently update my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To overcome this I'm still running Rancher desktop but also installed <code>colima</code>:
76+
77+
<pre>
78+
brew install colima
79+
/opt/homebrew/opt/colima/bin/colima start -f
80+
</pre>
81+
82+
After this, I can run Functions in Fn Server succesfully on my MacOS.
83+
7384
<p>
7485
Now that the Fn server is running create an application for our function using the cli:
7586

0 commit comments

Comments
 (0)