HomeDevCentral

Skip runsvdir-start

Description

Skip runsvdir-start

Summary:
The runsvdir-start helper isn't shipped anymore with package.

As this script runs the init with configuration, cleaning first the
environment, it's possible to run instead directly runsvdir.

To clean the environment isn't wanted as we configure apps through it.
running directly runsvdir allows to get rid of environment grabbing.

Ref T1679.

Test Plan:
Run containers, check services.

Browse a page with phpinfo(), check environment.

Reviewers: dereckson

Reviewed By: dereckson

Maniphest Tasks: T1679

Differential Revision: https://devcentral.nasqueron.org/D2521

Details

Provenance
derecksonAuthored on Feb 12 2022, 04:11
derecksonPushed on Feb 12 2022, 04:29
Reviewer
dereckson
Differential Revision
D2521: Skip runsvdir-start
Parents
rDPHPVIIFPM0080fd4eb6fc: Upgrade to PHP 7.4.27
Branches
Unknown
Tags
Unknown
Tasks
T1679: Upgrade PHP 7.4 base Docker image to recent Debian version

Event Timeline

Partially reverted in rDPHPVIIFPMbbffa7c609bd.

This commit does two things:

FeatureStatus
Don't save environment only to reload it afterwardsKEPT
Remov runsvdir-init entry point for the imageREVERTED

We want to keep control on how we start runit here to avoid to edit all dependent images.