-
-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
🐛 Bug: ConfirmedBugs that are able to be replicated.Bugs that are able to be replicated.
Description
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
Metadata
Metadata
Assignees
Labels
🐛 Bug: ConfirmedBugs that are able to be replicated.Bugs that are able to be replicated.