crocodilestick / Calibre-Web-Automated

Calibre-Web but automated and with Calibre features! Fully automate and simplify your eBook set up!
https://github.com/crocodilestick/Calibre-Web-Automator
GNU General Public License v3.0
549 stars 11 forks source link

s6-rc-oneshot-run: fatal: unable to exec /etc/s6-overlay/s6-rc.d/init-mods-package-install/run: Exec format error #95

Open davidclaeysquinones opened 14 hours ago

davidclaeysquinones commented 14 hours ago

I'm using the following compose file :

version: "2.1"
services:
  calibre-web-automated:
    image: crocodilestick/calibre-web-automated:latest
    environment:
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TIME_ZONE}
      #- DOCKER_MODS=linuxserver/mods:universal-calibre
      - DOCKER_MODS=lscr.io/linuxserver/mods:universal-calibre-v7.16.0
    volumes:
      - ${CONFIG_FOLDER}:/config
      - ${UPLOAD_FOLDER}:/cwa-book-ingest
      - ${PLUGIN_FOLDER}:/plugins 
      - ${LIBRARY_FOLDER}:/calibre-library
      #- /path/to/where/you/keep/your/books:/books #Optional
      #- /path/to/your/gmail/credentials.json:/app/calibre-web/gmail.json #Optional
    ports:
      - 8083:8083 # Change the first number to change the port you want to access the Web UI, not the second
    restart: unless-stopped

When I deploy the file the container is created and started. But at startup I get the following error :

s6-rc-oneshot-run: fatal: unable to exec /etc/s6-overlay/s6-rc.d/init-mods-package-install/run: Exec format error

I get this with image sha256:953fa618fce315d1477a0896261954133d7ee0958f4aabe4444d46c8543e028f

I haven't noticed other people having the same error so either I'm doing something wrong or experiencing an unknown issue.

crocodilestick commented 7 hours ago

Huh, I haven't seen that before either. If you use - DOCKER_MODS=linuxserver/mods:universal-calibre instead of - DOCKER_MODS=lscr.io/linuxserver/mods:universal-calibre-v7.16.0 does it work then?

davidclaeysquinones commented 7 hours ago

I've tried both variations with the same outcome