-
Notifications
You must be signed in to change notification settings - Fork 54
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
docker: build and publish ARM images #753
Closed
mdonadoni opened this issue
Oct 19, 2023
· 1 comment
· Fixed by reanahub/reana-job-controller#410, reanahub/reana-ui#363, reanahub/reana-workflow-engine-cwl#250, reanahub/reana-workflow-engine-serial#187 or reanahub/reana-workflow-engine-snakemake#67
Closed
docker: build and publish ARM images #753
mdonadoni opened this issue
Oct 19, 2023
· 1 comment
· Fixed by reanahub/reana-job-controller#410, reanahub/reana-ui#363, reanahub/reana-workflow-engine-cwl#250, reanahub/reana-workflow-engine-serial#187 or reanahub/reana-workflow-engine-snakemake#67
Comments
I'll make a set of PRs amending REANA compoments to build on Apple M2 silicon using the following packages: $ helm version
version.BuildInfo{Version:"v3.13.1", GitCommit:"3547a4b5bf5edb5478ce352e18858d8a552a4110", GitTreeState:"clean", GoVersion:"go1.21.3"}
$ kind version
kind v0.20.0 go1.20.5 darwin/arm64
$ podman version
Client: Podman Engine
Version: 4.7.1
API Version: 4.7.1
Go Version: go1.21.3
Git Commit: ef83eeb9c7482826672f3efa12db3d61c88df6c4
Built: Thu Oct 5 15:21:06 2023
OS/Arch: darwin/arm64
Server: Podman Engine
Version: 4.7.0
API Version: 4.7.0
Go Version: go1.20.8
Built: Wed Sep 27 20:24:25 2023
OS/Arch: linux/arm64 This note will be used to track the progress:
Otherwise REANA is working fine on Apple M2 and executes well CWL, Serial, Snakemake demo workflows. Noticed that whilst the opening of notebooks work, I cannot open terminal: something to look into. |
tiborsimko
added a commit
to tiborsimko/reana-job-controller
that referenced
this issue
Oct 29, 2023
tiborsimko
added a commit
to tiborsimko/reana-ui
that referenced
this issue
Oct 29, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-cwl
that referenced
this issue
Oct 29, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-serial
that referenced
this issue
Oct 29, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-snakemake
that referenced
this issue
Oct 29, 2023
tiborsimko
added a commit
to tiborsimko/reana-job-controller
that referenced
this issue
Oct 29, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-serial
that referenced
this issue
Oct 30, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-serial
that referenced
this issue
Oct 30, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-cwl
that referenced
this issue
Oct 30, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-cwl
that referenced
this issue
Oct 30, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-snakemake
that referenced
this issue
Oct 30, 2023
tiborsimko
added a commit
to tiborsimko/reana-ui
that referenced
this issue
Oct 30, 2023
tiborsimko
added a commit
to tiborsimko/reana-job-controller
that referenced
this issue
Oct 30, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-snakemake
that referenced
this issue
Oct 31, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-serial
that referenced
this issue
Oct 31, 2023
tiborsimko
added a commit
to tiborsimko/reana-ui
that referenced
this issue
Oct 31, 2023
tiborsimko
added a commit
to tiborsimko/reana-ui
that referenced
this issue
Nov 1, 2023
tiborsimko
added a commit
to tiborsimko/reana-workflow-engine-yadage
that referenced
this issue
Nov 5, 2023
Upgrades `jq` Python dependency, fixing the container image building process on the arm64 architecture. Closes reanahub/reana#753.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should investigate whether it's possible to run REANA on ARM, fix the issues which might arise and then start publishing multi-platform images to DockerHub. This is makes it possible to deploy REANA locally (i.e. researcher oriented method) on M1/M2 Macs, for example.
The text was updated successfully, but these errors were encountered: