On Sat, Jul 20, 2019 at 10:58:36AM -0300, Mariano Martinez Peck wrote:
> This is very interesting. I have been playing with docker too [1] [2] [3]
> and indeed I also tried to make it work with alpine [4]. But it was
Hi Mariano,
Fun stuff!
Yes, I think it was very fun but useful at the same time :)
��
> Anyway, I will be curious to know your progress. Would cog VM work
> correctly with musl instead of glibc?
That's what I'll find out. :-) I built the Cog VM from source on Alpine.
As written in my post said Cog VM successfully runs a minimal Pharo
image doing FFI and Fuel.
I'll be testing it with the regular image running some kind of webapp.
That sounds cool. Please keep us posted on your progress. Even if a "development" image cannot run on Alpine (because of whatever external lib), having a reduced/runtime/minima/production/whatever that would, is a great achievement.��
If I were you, I would also try to run the whole Pharo Test Suite on top of that minimal image (the test suite for that image, obviously). That may give you a better idea than just testing by using a webapp.��
Best,��
--