Is there an existing issue for this?
Current Behavior
On the latest docker image, I am observing this critical issue, with the container hanging on these two messages:
s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-crontabs-config/type: must be oneshot, longrun, or bundle
s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-nextcloud-config/type: must be oneshot, longrun, or bundle
And the init never ends while the WebUI will issue server internal error.
Expected Behavior
Should run without an error. Previous image does not have the problem.
Steps To Reproduce
A docker run -it lscr.io/linuxserver/nextcloud:latest bash will expose the issue
Environment
- OS:Archlinux
- How docker service was installed: by package manager
CPU architecture
x86-64
Docker creation
As recommended by this repo README, with a compose file.
Container logs
Is there an existing issue for this?
Current Behavior
On the latest docker image, I am observing this critical issue, with the container hanging on these two messages:
s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-crontabs-config/type: must be oneshot, longrun, or bundles6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-nextcloud-config/type: must be oneshot, longrun, or bundleAnd the
initnever ends while the WebUI will issueserver internal error.Expected Behavior
Should run without an error. Previous image does not have the problem.
Steps To Reproduce
A
docker run -it lscr.io/linuxserver/nextcloud:latest bashwill expose the issueEnvironment
CPU architecture
x86-64
Docker creation
Container logs