Skip to content

Commit a0d049e

Browse files
authored
Merge pull request #2079 from oracle-devrel/fn-server-is-fixed-now
Fn server issue was fixed, no need for colima with Rancher desktop
2 parents 80f1401 + d356662 commit a0d049e

File tree

2 files changed

+5
-17
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

+5
-17
lines changed

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

Lines changed: 3 additions & 9 deletions
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: 30.09.2025
41+
Reviewed: 30.9.2025
4242

4343
# When to use this asset?
4444

@@ -72,14 +72,8 @@ docker run --rm -i --name fnserver \
7272

7373
<i>UPDATE 30.9.2025</i>
7474

75-
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>:
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.
75+
I recently updated my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To have a fix for this I reloaded the Fn Server image.
76+
After this, I can now run Functions in Fn Server succesfully on my MacOS.
8377

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

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,8 @@ docker run --rm -i --name fnserver \
7272

7373
<i>UPDATE 30.9.2025</i>
7474

75-
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>:
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.
75+
I recently updated my MacOS to Sequoia 15.7 and hit the issue with Fn server that it could not run Function containers. To have a fix for this I reloaded the Fn Server image.
76+
After this, I can now run Functions in Fn Server succesfully on my MacOS.
8377

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

0 commit comments

Comments
 (0)