[BUG] v2.0.8.1: s6-rc.d/init-duplicati-config/type: must be oneshot, longrun, or bundle
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Container with latest version v2.0.8.1-2.0.8.1_beta_2024-05-07-ls207 fails to boot with the message:
s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-duplicati-config/type: must be oneshot, longrun, or bundle
I've tried to use linuxserver/duplicati:2.0.7 image and everything works with this image.
Expected Behavior
Cointaner should work with the latest tag.
Steps To Reproduce
- Try to run container with the
latesttag
Environment
- OS: Ubuntu 22.04.4 LTS
- How docker service was installed: distro's package manager
CPU architecture
x86-64
Docker creation
services:
duplicati:
container_name: duplicati
image: linuxserver/duplicati:latest
restart: unless-stopped
environment:
PUID: 0
PGID: 0
volumes:
- ./services/duplicati/config:/config
- ./services/duplicati/backups:/backups
- ./:/source
- /var/run/docker.sock:/tmp/docker.sock:ro
Container logs
duplicati | 2024-05-13T09:02:41.630290000Z s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-duplicati-config/type: must be oneshot, longrun, or bundle
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity