Skip to content

HasseJohansen/roon-docker-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roon Docker Image

docker publish workflow

A Docker image for roon.

docker pull ghcr.io/HasseJohansen/roon:latest
docker run -d \
  --network host
  --name=roon-server \
  -v </path/to/config/>:/var/roon \
  -v </path/to/music/library>:/music \
  --restart unless-stopped \
  ghcr.io/HasseJohansen/roon:latest

This is based on jmmaloney4's great work. I just needed to see if I could autobuild new version when roon publishes new versions

Kubernetes Helm Chart

See github.com/jmmaloney4/charts for a helm chart.

Releasing

See the Release Notes for the latest.

The pipelin in this repo will check each day if there is a new new roon version released from the above page (fingers crossed they don't change the layout too much) and build a new image

About

Unofficial Ubuntu based Docker image for Roon Server (https://roonlabs.com/).

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 94.4%
  • Shell 5.6%