PengZheng commented on issue #714: URL: https://github.com/apache/celix/issues/714#issuecomment-1874776404
It seems that [Flatpak](https://flatpak.org/)/[snap](https://snapcraft.io/docs/installing-snap-on-ubuntu)/[AppImage](https://appimage.org) can also serve the purpose. Underlying these technologies are some read-only filesystems like squashfs. Take firefox on Ubuntu as an exameple: ``` /var/lib/snapd/snaps/firefox_3358.snap on /snap/firefox/3358 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) /var/lib/snapd/snaps/firefox_3416.snap on /snap/firefox/3416 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide) ``` When packaging a container, we can package uncompressed bundles and the launcher into these app formats. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org