You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with withSystemd=true makes the image twice as big, so currently I build images without systemd support.
Once the nixpkgs merges a solution to have a smaller systemd package, either by introducing a systemd.lib sub-package, or a minimal systemd option, change the github action to build withSystemd=true (the default option).
pps.
Supplying withSystemd=true, changes the uwsgi build to include the systemd, or journal logging output plugin, which creates a bit nicer logs when running
The text was updated successfully, but these errors were encountered:
building uwsgi against the systemdMinimal pkg makes the image from 30MB to 40MB - which is acceptable I guess. it's still not as small as if libsystemd.so would've been a package.
Building with
withSystemd=true
makes the image twice as big, so currently I build images without systemd support.Once the nixpkgs merges a solution to have a smaller systemd package, either by introducing a systemd.lib sub-package, or a minimal systemd option, change the github action to build withSystemd=true (the default option).
ps.
one of the pulls for minimal systemd is NixOS/nixpkgs#98998
pps.
Supplying withSystemd=true, changes the uwsgi build to include the systemd, or journal logging output plugin, which creates a bit nicer logs when running
The text was updated successfully, but these errors were encountered: