Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SOFTWARE.

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

Reviewed: 14.04.2025
Reviewed: 30.09.2025

# When to use this asset?

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

<i>UPDATE 30.9.2025</i>

I recently updated 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>:

<pre>
brew install colima
/opt/homebrew/opt/colima/bin/colima start -f
</pre>

After this, I can run Functions in Fn Server succesfully on my MacOS.

<p>
Now that the Fn server is running create an application for our function using the cli:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SOFTWARE.

# A Java AI featured function with local dev and then building and deploying to OCI Functions

Reviewed: 31.10.2024
Reviewed: 30.9.2025

# When to use this asset?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SOFTWARE.

# A Java Hello World function with local dev and then building and deploying to OCI Functions

Reviewed: 31.10.2024
Reviewed: 30.9.2025

# When to use this asset?

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

<i>UPDATE 30.9.2025</i>

I recently updated 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>:

<pre>
brew install colima
/opt/homebrew/opt/colima/bin/colima start -f
</pre>

After this, I can run Functions in Fn Server succesfully on my MacOS.

<p>
Now that the Fn server is running create an application for our function using the cli:

Expand Down