Page MenuHomeDevCentral

Move services to /var/service
ClosedPublic

Authored by dereckson on Feb 13 2022, 17:30.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 3, 15:11
Unknown Object (File)
Thu, Jul 3, 14:36
Unknown Object (File)
Wed, Jul 2, 16:10
Unknown Object (File)
Wed, Jul 2, 11:22
Unknown Object (File)
Tue, Jul 1, 16:24
Unknown Object (File)
Mon, Jun 30, 08:23
Unknown Object (File)
Sat, Jun 21, 10:20
Unknown Object (File)
Fri, Jun 20, 13:52
Subscribers
None

Details

Summary

In Debian Bullseye, the Debian package creates /etc/service as a symlink to
/etc/runit/runsvdir/current. The /etc/runit folder is a byzantine complex
construction with for example a "current" and "default" set of services.

This change switches to an independent /var/service folder, where images
can maintain a simpler structure.

This fixes issue to build the image using BuildKit, as this mechanism
doesn't allow to replace a symlink by a directory.

Ref T1679.

Test Plan

Build image with environment variable DOCKER_BUILDKIT set to 1.

Diff Detail

Repository
rDPHPVIIFPM Docker image to install nginx, PHP 7 and fpm
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 3941
Build 4192: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 13 2022, 17:31
This revision was automatically updated to reflect the committed changes.