From: Waldemar Kozaczuk
Committer: Waldemar Kozaczuk
Branch: master
Updated apps
Signed-off-by: Waldemar Kozaczuk
---
diff --git a/apps b/apps
--- a/apps
+++ b/apps
@@ -1 +1 @@
-Subproject commit 36bc528cd0e450ef677fc37bc7a56f979b025e87
+Subproject commit 95972085454860848bf1901e63e0eea933c2
From: Waldemar Kozaczuk
Committer: Waldemar Kozaczuk
Branch: master
Added openjdk12 app that builds from docker image
Signed-off-by: Waldemar Kozaczuk
---
diff --git a/openjdk12-jre-from-docker/Makefile
b/openjdk12-jre-from-docker/Makefile
--- a/openjdk12-jre-from-docker/Makefile
+++ b/op
From: Waldemar Kozaczuk
Committer: Waldemar Kozaczuk
Branch: master
Added java-from-host app
Signed-off-by: Waldemar Kozaczuk
---
diff --git a/java-from-host/Makefile b/java-from-host/Makefile
--- a/java-from-host/Makefile
+++ b/java-from-host/Makefile
@@ -0,0 +1,14 @@
+.PHONY: module clean
From: Waldemar Kozaczuk
Committer: Waldemar Kozaczuk
Branch: master
Added node-from-host app
Signed-off-by: Waldemar Kozaczuk
---
diff --git a/node-from-host/Makefile b/node-from-host/Makefile
--- a/node-from-host/Makefile
+++ b/node-from-host/Makefile
@@ -0,0 +1,12 @@
+.PHONY: module clean
From: Waldemar Kozaczuk
Committer: Waldemar Kozaczuk
Branch: master
Added openjdk12 app
Signed-off-by: Waldemar Kozaczuk
---
diff --git a/openjdk12-zulu-java-base/Makefile
b/openjdk12-zulu-java-base/Makefile
--- a/openjdk12-zulu-java-base/Makefile
+++ b/openjdk12-zulu-java-base/Makefile
@
From: Waldemar Kozaczuk
Committer: Waldemar Kozaczuk
Branch: master
Refined java-example to run with any java app
Signed-off-by: Waldemar Kozaczuk
---
diff --git a/java-example/module.py b/java-example/module.py
--- a/java-example/module.py
+++ b/java-example/module.py
@@ -2,4 +2,4 @@
api.
From: Waldemar Kozaczuk
Committer: Waldemar Kozaczuk
Branch: master
Enhanced manifest_from_host.sh to support building apps from host and
docker images
Signed-off-by: Waldemar Kozaczuk
---
diff --git a/scripts/manifest_from_host.sh b/scripts/manifest_from_host.sh
--- a/scripts/manifest_fr
I tried to run Java 12 on OSv and simple apps like java-example and
java-httpserver work. But more complicated like spring-boot-example or
jetty seem to hang early on.
Here is the output:
./scripts/build image=openjdk12-zulu,jetty fs=rofs
./scripts/run.py -V -c 1
OSv v0.53.0-53-ge9ef51b2
1 CPUs
Sent from my iPhone
> On Jul 11, 2019, at 06:33, Nadav Har'El wrote:
>
>
>> On Wed, Jul 10, 2019 at 4:07 PM Waldek Kozaczuk wrote:
>> OSv cannot run Docker containers and probably never will. But It turns out
>> one could quite easily build tooling around running Docker images. If you
>> t
Sent from my iPhone
> On Jul 11, 2019, at 05:02, Nadav Har'El wrote:
>
>
>> On Thu, Jul 11, 2019 at 12:37 AM Waldek Kozaczuk
>> wrote:
>> OSv comes with pretty sophisticated tracing and profiling capabilities and
>> can be used as described on this Wiki pages -
>> https://github.com/cloud
On Wed, Jul 10, 2019 at 4:07 PM Waldek Kozaczuk
wrote:
> OSv cannot run Docker containers and probably never will. But It turns out
> one could quite easily build tooling around running Docker images. If you
> think about it in order to un an image as a container, docker has to
> "unflatten" it i
On Thu, Jul 11, 2019 at 12:37 AM Waldek Kozaczuk
wrote:
> OSv comes with pretty sophisticated tracing and profiling capabilities and
> can be used as described on this Wiki pages -
> https://github.com/cloudius-systems/osv/wiki/Trace-analysis-using-trace.py
> and
> https://github.com/cloudius-sy
12 matches
Mail list logo