feedless icon indicating copy to clipboard operation
feedless copied to clipboard

Docker: Unable to find image 'damoeb/feedless:aio-chromium' locally

Open FlexStd opened this issue 1 year ago • 2 comments

I am sorry if that's double posting but.... It seems that the image is still not available for docker, is it me or there is no image indeed?

PS P:\feedle> docker run --env-file=feedless.env --network=bridge -it damoeb/feedless:aio
Unable to find image 'damoeb/feedless:aio' locally
docker: Error response from daemon: manifest for damoeb/feedless:aio not found: manifest unknown: manifest unknown.
See 'docker run --help'.

FlexStd avatar Oct 19 '23 18:10 FlexStd

The more important part of this message is that other error: docker: Error response from daemon: manifest for damoeb/feedless:aio not found: manifest unknown: manifest unknown. The aio and aio-chromium images are not currently available on Docker Hub. You would have to build them yourself.

blooest avatar Nov 12 '23 17:11 blooest

FYI, I'm trying to build the image in https://github.com/damoeb/feedless/issues/29

yellowsoar avatar Jan 15 '24 03:01 yellowsoar