Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arm docker image #37

Open
aberlaas opened this issue Dec 29, 2021 · 12 comments
Open

Arm docker image #37

aberlaas opened this issue Dec 29, 2021 · 12 comments

Comments

@aberlaas
Copy link

Hi,

rss-proxy is really promising !
Do you plan to make an Arm compatible docker image ?
If not, where do you think I should start to build such an image ? Build the container from code ?

Thanks

@damoeb
Copy link
Owner

damoeb commented Jan 6, 2022

Yeah, that sounds reasonable. I will check it out, give me one week

@aberlaas
Copy link
Author

aberlaas commented Jan 6, 2022

Ok, now I'm excited ! Thank you for helping revive RSS. I will try it as soon as it is available.
B.R.

@cesaryuan
Copy link

Yeah, that sounds reasonable. I will check it out, give me one week

Hi, is there any updates?
I can't wait to use it on the ARM machine.🤣
Thanks

@cmakafui
Copy link

Hi,
Any updates on the Arm compatible docker image.
Thanks

@jokaorgua
Copy link

Vote for ARM image!

@cesaryuan
Copy link

I try to make it compatible with arm64. Here is the QuickStart.

docker build -t damoeb/rich-rss:core-0 https://github.com/cesaryuan/rich-rss.git#master:packages/server-core/
wget https://raw.githubusercontent.com/cesaryuan/rss-proxy/master/chrome.json
wget https://raw.githubusercontent.com/cesaryuan/rss-proxy/master/docker-compose.yml
docker-compose up -d

In docker-compose.yml change APP_PUBLIC_URL accordingly which is the outfacing public url.

Then open localhost:8080 (APP_PUBLIC_URL) in the browser.

@qupb
Copy link

qupb commented Dec 7, 2022

docker-compose up -d

[+] Building 0.0s (0/0)
unable to prepare context: path "./rss-proxy" not found

how to resolve this bugs?

@cesaryuan
Copy link

how to resolve this bugs?

Sorry, forgot to update. Try delete docker-compose.yml and run wget https://raw.githubusercontent.com/cesaryuan/rss-proxy/master/docker-compose.yml again.

@BachDANG
Copy link

BachDANG commented Dec 8, 2022

I tried making a docker image on raspberry pi 4 but no success. Has anyone done that yet?
Is there a way to run it directly from the code without building docker ?

Sorry for my limited understanding on this matter, but this is a great project.

@damoeb
Copy link
Owner

damoeb commented May 27, 2023

I pushed an arm image damoeb/rss-proxy:2.1-arm, can you give it a try?

@aberlaas
Copy link
Author

Hi, I got the following error : Unable to discover feeds: java.net.UnknownHostException: www.arte.tv when I try to give it the following url : "https://www.arte.tv/fr/videos/plus-vues/"
The same error appears with any url I give.

I ran it with the following command :

docker run -p 8080:8080 -e APP_API_GATEWAY_URL=http://[my_local_ip]:8080 -it damoeb/rss-proxy:2.1-arm

@damoeb
Copy link
Owner

damoeb commented May 30, 2023

There is a bug when building docker images with buildx, that breaks dns resolution. Maybe they fixed it and I had an old version. Will check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants