Page MenuHomeDevCentral

Move services to /var/service
ClosedPublic

Authored by dereckson on Feb 13 2022, 17:30.
Tags
None
Referenced Files
F10897385: D2525.id.diff
Mon, Aug 4, 07:23
F10895983: D2525.id6368.diff
Mon, Aug 4, 05:23
F10893254: D2525.diff
Mon, Aug 4, 01:23
F10891685: D2525.id6368.diff
Sun, Aug 3, 23:17
F10890460: D2525.id6369.diff
Sun, Aug 3, 21:52
F10889423: D2525.id6370.diff
Sun, Aug 3, 20:28
F10882170: D2525.id.diff
Sun, Aug 3, 12:50
Unknown Object (File)
Sat, Aug 2, 21:06
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
Lint Not Applicable
Unit
Tests Not Applicable

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.