Page MenuHomeDevCentral

Upgrade to buster using slim image
ClosedPublic

Authored by aendrick on Feb 12 2022, 03:27.
Referenced Files
F10882989: D2520.id.diff
Sun, Aug 3, 14:37
F10876023: D2520.diff
Sat, Aug 2, 23:43
Unknown Object (File)
Fri, Aug 1, 22:55
Unknown Object (File)
Sat, Jul 19, 23:55
Unknown Object (File)
Fri, Jul 18, 16:27
Unknown Object (File)
Tue, Jul 15, 13:38
Unknown Object (File)
Tue, Jul 8, 15:46
Unknown Object (File)
Sat, Jul 5, 12:00
Subscribers
None

Diff Detail

Repository
rDPHPVIIFPM Docker image to install nginx, PHP 7 and fpm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

Small issue with runit: /usr/sbin/runsvdir-start doesn't exist

The runit package provides the following executables:

  • /usr/bin/runsv
  • /usr/bin/runsvdir
  • /usr/sbin/runsvchdir

Seems to work with runsvdir:

Container
$ /usr/bin/runsvdir /etc/service
[12-Feb-2022 03:48:24] NOTICE: fpm is running, pid 324
[12-Feb-2022 03:48:24] NOTICE: ready to handle connections

image.png (480×983 px, 89 KB)

This revision is now accepted and ready to land.Feb 12 2022, 04:31