docker-duplicati icon indicating copy to clipboard operation
docker-duplicati copied to clipboard

[BUG] v2.0.8.1: s6-rc.d/init-duplicati-config/type: must be oneshot, longrun, or bundle

Open abobija opened this issue 1 year ago • 2 comments

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

  1. Try to run container with the latest tag

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

abobija avatar May 13 '24 09:05 abobija

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] avatar May 13 '24 09:05 github-actions[bot]

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.

LinuxServer-CI avatar Jun 12 '24 15:06 LinuxServer-CI

This issue is locked due to inactivity

github-actions[bot] avatar Sep 11 '24 15:09 github-actions[bot]