Sign inSign up

automaticrippingmachine/arm-dependencies

By automaticrippingmachine

Updated 3 months ago

Base docker image for ARM in docker

Image
0

10K+

automaticrippingmachine/arm-dependencies repository overview

arm-dependencies

GitHub Workflow Status Docker

GitHub license GitHub forks GitHub stars GitHub issues GitHub pull requests

PyPI - Python Version

Discord

Overview

This repo codifies the requirements for building and running Automatic Ripping Machine, and provides a docker container that has everything preinstalled. All you need to do is install the ARM source and set up files.

The arm-dependenciesDocker image is rebuilt every night, so you should always get the most up-to-date versions of MakeMKV and Handbrake when you build ARM from this image.

Usage

Git Repo

To add this manually, run the following command:

git submodule add -b main https://github.com/automatic-ripping-machine/arm-dependencies arm-dependencies
git submodule update --init --recursive
git config -f .gitmodules submodule.arm-dependencies.update rebase
git submodule update --remote

In your fork's requirements.txt, replace everything with

-r arm-dependencies/requirements.txt
Docker Container

To base your docker container on arm-dependencies, add this to the top of your Dockerfile:

FROM automaticrippingmachine/arm-dependencies AS base

To start the rsyslog service included in this container, add the following command before the command to run armui.py in your Dockerfile:

CMD service rsyslog start

Tag summary

Content type

Image

Digest

sha256:84913ab5a

Size

864.3 MB

Last updated

3 months ago

docker pull automaticrippingmachine/arm-dependencies