Skip to content

Commit b81b259

Browse files
committed
Ideas
1 parent c4e1a79 commit b81b259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data/ideas.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"title": "Pharo VM running as Docker Scratch image",
2626
"img": "dockervm.png",
2727
"supervisors": [
28-
"Tim Mackinnon",
29-
"Sebastian Jordan"
28+
"Tim Mackinnon"
3029
],
3130
"description": "This project aims to enable an efficient deployment mechanism for Pharo applications, where they run in a Docker scratch (layer 0) image without any operating system dependency or overhead. Being able to run pharo in an efficient docker image simplifies deployment particularly in the web space where docker images are becoming a defacto standard. Pharo is quite unique as its possible to run without any file io dependencies in a self contained manner that matches scratch image requirements. The smaller size of a scratch image also means improved resource management and also reduces secuirty risks inherent with operating system overhead that isn't needed for many classes of pharo application, particularly web based ones. The student will need to study the hello world docker scratch example and then figure out how to statically compile the vm, necessary plugins and image so that no dynamic operating system dependencies are needed for execution.",
3231
"goal": "Have a pharo vm+image run in a docker scratch image where there is no operating system dependency or overhead",

0 commit comments

Comments
 (0)