-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
arm64 docker image no longer available #1566
Comments
@KennethWussmann the simplelogin/app-ci is only used for our SaaS product (simplelogin.io) and we don't use ARM in production. |
@nguyenkims I see. I just hoped that maybe I could use it for testing my API client, but understandable if this is currently not a priority. |
For my self-hosted SimpleLogin instance I use a raspberrypi. |
Additional info: @nguyenkims already had arm builds working before with help of @Metabaron1 (who has an 4.22.5 version online at hub.docker.com/r/metabaron/app) Seems like new versions haven't been made for https://hub.docker.com/r/simplelogin/app/ ( most recent is 4.6.5-beta) |
Hi |
I'm not looking for features, but having an up to date setup is also a security item to keep in mind. |
I do not rely on app security, I monitor all network connections. |
I don't know how to build. Prefer it's build by the owner, this could be one thustworthy channel for all arm64 users |
Best thustworthy channel is your own built one ;)
...
Now when referencing sl-app image in docker command or docker-compose file, just replace official image "simplelogin/app:x.x.x" with your own local built image "app:4.28.2" Edit: you have to build it on the raspberry to produce arm64 image. It's possible to build arm64 on intel platform as cross-platform build but it's a much more complex process, so just do it on your raspberry ;) enjoy! |
building 4.28.2 for arm64v8 worked (odroid-m1) . https://hub.docker.com/r/slevin1/app updated database, like the update instructions ( Note: use had some problems with critical crash, manually increased the timeout in the sl-app-container from 15 to 45 testing-environment works so far. |
Should be resolved with #2056 |
@martadams89 They seem to have stopped again. The latest published version on docker hub seems to be v4.53.0 |
Edit: I was running my container from the wrong folder, turns out it works! I forked it and added amd64 back into the workflow and made a build here - https://hub.docker.com/layers/martadams89/sl-app/master/images/sha256-a02ed25e8f9c8f7c2d2cf8f538be64dff1b19cf938bab70f7011de7fa39ca511?context=repo I've done a quick test and it appears to work, so I've made a PR here - #2310 - to get it merged back.. thanks @ctrl-i for letting me know :) |
I've set up my workflow to auto merge changes from the main repo to my fork, and a workflow to run weekly to dump an arm image. @ctrl-i - this should hopefully keep you going until official arm builds are back |
Prerequisites
Bug report
Describe the bug
The docker image
simplelogin/app
published to docker hub used to support thearm64
arch. For example this one month old image simplelogin/[email protected]The successor
simplelogin/app-ci
is not multi-arch and only supportsamd64
.Expected behavior
Because
simplelogin/app
does not appear to be updated anymore, I would expect that the successorsimplelogin/app-ci
supportsarm64
arch just like the previous image did.Additional context
A multi-arch build is missing here: https://github.com/simple-login/app/blob/master/.github/workflows/main.yml#L151-L156
Thank you
The text was updated successfully, but these errors were encountered: