linuxserver / docker-duplicati

GNU General Public License v3.0
296 stars 36 forks source link

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

Closed abobija closed 1 week ago

abobija commented 3 months ago

Is there an existing issue for this?

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
github-actions[bot] commented 3 months ago

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

LinuxServer-CI commented 2 months ago

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.