linuxserver / docker-radarr

GNU General Public License v3.0
640 stars 103 forks source link

Nightly not getting updated since version 4.0.0.5146 #146

Closed foux closed 3 years ago

foux commented 3 years ago

linuxserver.io

Using the nightly tag of the image, the radarr version isn't being updated. The last one available on LinuxServer is 4.0.0.5146 while the latest upstream one is (at the time of this writing) 4.0.0.5165

Expected Behavior

Get a new image of LinuxServer container when an upstream nightly version is available

Current Behavior

No new LinuxServer image since 4.0.0.5146

Steps to Reproduce

  1. A new version is provided upstream
  2. Try to pull the new LinuxServer image
  3. No new image available

Environment

OS: Linux CPU architecture: x86_64 How docker service was installed: : Arch official repo

Command used to create docker container (run/create/compose/screenshot)

version: "3"

services:
  radarr:
    image: ghcr.io/linuxserver/radarr:nightly
    container_name: radarr
    environment:
      - PUID=1000
      - PGID=200
      - TZ=Europe/Paris
    volumes:
      - ../../datas/radarr:/config
      - /merged/medias:/merged/medias
    labels:
      - traefik.http.routers.radarr.entrypoints=web
      - traefik.http.routers.radarr.rule=Host(`xxxxx`)
      - traefik.http.routers.radarr.middlewares=https-redirect
      - traefik.http.routers.radarr-tls.entrypoints=websecure
      - traefik.http.routers.radarr-tls.rule=Host(`xxxxx`)
      - traefik.http.routers.radarr-tls.tls=true
      - traefik.http.routers.radarr-tls.tls.certresolver=letsencrypt-tls
    restart: unless-stopped
    networks:
      - web
github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 3 years ago

I forgot to remove the temporary pause for the nightly branch, should start building soon.

foux commented 3 years ago

I forgot to remove the temporary pause for the nightly branch, should start building soon.

Indeed, all good now. Thanks @Roxedus

charliwest commented 2 years ago

@Roxedus is this perhaps happening again? I am stuck at "Linuxserver.io version:- 4.0.0.5515-ls159 Build-date:- 2021-11-20T02:43:33+01:00"

Roxedus commented 2 years ago

@charliwest no, https://github.com/linuxserver/docker-radarr/tree/nightly-4.0.0.5597-ls180

charliwest commented 2 years ago

@Roxedus oh yeah, just managed to pull the update, no idea what was happening. Thanks for confirming.