Mourad De Clerck

3 Followers
32 Following
4 Posts
@headius all right, I'll give it a shot!

@headius Any chance JRuby 10 will be able to support systemd sd_notify and/or socket activation?

See for example:
https://github.com/jruby/jruby/issues/6504
https://github.com/puma/puma/issues/1367

SocketError when connecting to Unix datagram socket · Issue #6504 · jruby/jruby

when I run the simple script below, it works in MRI, but raises SocketError (No message available) in JRuby 9.2.14.0 on Ubuntu 18.04. It would be awesome to get this working so I could have my JRub...

GitHub
@pid_eins I agree with your idea of non-writable images, but I'd see using ostree (or something similar) more as a way of efficiently deploying updated images. Just like you would drop (write) a new ddi in /var/lib/machines/example.raw.v/

@pid_eins aside from OCI or DDIs, are there any plans for a more practical or efficient image format?

It currently feels somewhat cumbersome to try to generate and distribute raw ddi's + extensions for things like portable services or nspawn. It also feels a bit wasteful when you're basing multiple containers on the same image.

I'd love to see something git- or ostree-like…