Page MenuHomeDevCentral

Upgrade to buster using slim image
ClosedPublic

Authored by aendrick on Feb 12 2022, 03:27.
Referenced Files
Unknown Object (File)
Thu, Nov 20, 05:01
Unknown Object (File)
Wed, Nov 19, 02:19
Unknown Object (File)
Sat, Nov 15, 18:55
Unknown Object (File)
Wed, Nov 12, 01:12
Unknown Object (File)
Tue, Nov 11, 19:43
Unknown Object (File)
Mon, Nov 10, 02:15
Unknown Object (File)
Sun, Nov 9, 02:43
Unknown Object (File)
Sun, Nov 9, 01:20
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