Skip to content

Custom s6 services dependencies no longer works #479

Description

@LorenzoRogai

Steps To Reproduce

Image: 8.3-fpm-nginx-alpine

In the latest version i can no longer define custom s6 services depending on like 50-laravel-automations - it was working fine with the 2 months ago image

This is the copy definition inside the Dockerfile

# Copy s6 additional services
COPY --chmod=755 ./s6-overlay/s6-rc.d/ /etc/s6-overlay/s6-rc.d/

It seems that the folder "/etc/s6-overlay/s6-rc.d" no longer contains 50-laravel-automations etc files so when the container starts S6 gives a "50-laravel-automations dependency not found" error

How can i achieve the same flow on the latest build?

Outcome

What did you expect?

What happened instead?

Affected Docker Images

serversideup/php:8.3-fpm-nginx-alpine

Anything else?

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions