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

registry.lollipopcloud.solutions/arm64v8/plume not accessible #849

Open
Virgus opened this issue Apr 11, 2021 · 3 comments
Open

registry.lollipopcloud.solutions/arm64v8/plume not accessible #849

Virgus opened this issue Apr 11, 2021 · 3 comments

Comments

@Virgus
Copy link

Virgus commented Apr 11, 2021

Hello I've been trying to get the registry.lollipopcloud.solutions/arm64v8/plume content on web.archive.org without success.
I only managed to get this git-like page from a 2019 backup from which I got it's name's author KemoNine. But in its repository I found nothing about plume unfortunately.

Has anybody saved its content ? I'm trying to create a docker image to be used on a Raspberry 4 unit.

Any help would be deeply appreciated.

BTW I found an existing docker image here and here but couldn't find any way to start it in Docker :-(

@manalejandro
Copy link

You can make your own image with crosscompilation from another architecture for Pi4 with Docker

docker buildx build --platform arm64 -t plume .

@thrillfall
Copy link

maybe you want to add that here: https://docs.joinplu.me/installation/with/docker/ ?

@manalejandro
Copy link

Here you have the patch in this commit, position yourself in the commit and execute

git apply plume-84645c7ed971c059a41509cb84868b03c7cdd688.patch

then run with docker buildx

docker buildx build --platform aarch64 -t plume .

plume-84645c7ed971c059a41509cb84868b03c7cdd688.patch.txt

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

3 participants