Git Product home page Git Product logo

Comments (4)

mdhiggins avatar mdhiggins commented on May 28, 2024

The build version pulls from other sources it's not a precompiled image

from radarr-sma.

mdhiggins avatar mdhiggins commented on May 28, 2024

Let me clarify, the build tag is meant to be built, you should NOT be pulling down that 8 month old image but instead building it yourself

from radarr-sma.

Zeusy123 avatar Zeusy123 commented on May 28, 2024

Thanks you so much once again bro. Im still learning dockers.
All i want to get is latest versions of sonarr & radarr with your brilliant automator encoding on ffmepg with fdkaac enabled.

Im even trying your latest stable build wihch doesnt have fdkacc enabled in ffmpeg, and trying to rebuild ffmpeg within its console:(

from radarr-sma.

mdhiggins avatar mdhiggins commented on May 28, 2024

I believe the jrottenberg builds that are used in the build tag should include libfdkaac by default, so you were on the right track using that tag just need to config it to build locally instead of using that old image

Instead of a typical configuration which would like this (using docker-compose as my example since that's what I use)

  sonarr:
    image: mdhiggins/sonarr-sma:develop
    container_name: sonarr
    volumes:
      - /opt/appdata/sonarr:/config
      - /opt/appdata/sma:/usr/local/sma/config
      - /mnt/storage/tv:/tv
      - /mnt/storage/downloads:/downloads
      - /etc/localtime:/etc/localtime:ro
    environment:
      - PUID=${PUID}
      - PGID=${PGID}

It should look like this

  sonarr:
    build:
      context: https://github.com/mdhiggins/sonarr-sma.git#build
      args:
        - ffmpeg_tag=ubuntu2004
    container_name: sonarr
    volumes:
      - /opt/appdata/sonarr:/config
      - /opt/appdata/sma:/usr/local/sma/config
      - /mnt/storage/tv:/tv
      - /mnt/storage/downloads:/downloads
      - /etc/localtime:/etc/localtime:ro
    environment:
      - PUID=${PUID}
      - PGID=${PGID}

And then you just run docker-compose build before you run docker-compose up -d

from radarr-sma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.