stephane-r / holoplay-pwa

Web app using Invidious API for listening Youtube audio source.

Home Page:https://app.holoplay.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker issue

webmasterandy opened this issue · comments

commented

Docker says:

root@nas:/var/docker/holoplay# docker run -d -p 8006:8006 spout8301/holoplay:latest
Unable to find image 'spout8301/holoplay:latest' locally
docker: Error response from daemon: manifest for spout8301/holoplay:latest not found: manifest unknown: manifest unknown.
See 'docker run --help'.

Hi,

Use the latest version code : spout8301/holoplay:1.12.1. You can see on Docker Hub : https://hub.docker.com/r/spout8301/holoplay/tags#!

Hi,

Use the latest version code : spout8301/holoplay:1.12.1. You can see on Docker Hub : https://hub.docker.com/r/spout8301/holoplay/tags#!

You should tag the latest image with the latest version, so auto pulls can be done by stuff such as watchtower. Futhermore, the example provided in the issue is incorrect as it mentions a tag that currently does not exist (latest)

You're right. I would make update on the Github Action to release both soon.