mikenye / docker-picard

Docker container for MusicBrainz Picard
111 stars 14 forks source link

Picard Docker for arm chips #41

Open TimmyYung opened 3 years ago

TimmyYung commented 3 years ago

Currently Picard's docker only supports amd64 chips and was wondering if it was possible for it to support arm chips? This is so that the docker can then run on a raspberry pi.

mikenye commented 3 years ago

Adding https://github.com/jlesage/docker-baseimage/issues/1 as a dependency to this issue.

louhisuo commented 2 years ago

+1 for this. I am currently experimenting with K3s on RPi and having Picard running on arm64 would be great 👍

mikenye commented 2 years ago

@kullervo610 just waiting on the base image author to release their ARM version (which should hopefully be very soon). Once that's done, I will convert this image to multi-arch.

jdomenechb commented 2 years ago

@mikenye https://github.com/jlesage/docker-baseimage/issues/1 has been closed

Telectroboy commented 2 years ago

Hello,

I'm still not able to run Picard on an Arm chip? (Freebox Delta)

Here is the issue :

⠿ Container musicbrainz-picard-1  Created                                                                       4.9s
Attaching to musicbrainz-picard-1
musicbrainz-picard-1  | exec /init: exec format error

And my docker-composer.yml

version: '3'
services:
  picard:
    image: mikenye/picard:latest
    ports:
      - "4530:5800"
    volumes:
      - "/home/freebox/musicbrainz:/config:rw"
      - "/mnt/Freebox/Musiques:/storage:rw"

Docker version

Client: Docker Engine - Community
 Version:           20.10.21
 API version:       1.41
 Go version:        go1.18.7
 Git commit:        baeda1f
 Built:             Tue Oct 25 18:01:11 2022
 OS/Arch:           linux/arm64
 Context:           default
 Experimental:      true

Is there any solution?

Thanks a lot :)

Telectroboy commented 2 years ago

Oh Yes! Since version 3.0.0 https://github.com/jlesage/docker-baseimage/releases/tag/v3.0.0

Baseimage is compatible with multi-arch.

But... I don't know how to convert this image to arm :)

Enissay commented 1 year ago

Adding jlesage/docker-baseimage#1 as a dependency to this issue.

@mikenye any update on this please ?

matheohan commented 1 year ago

Any update for the arm64 docker version ?

SamLawAnthro commented 9 months ago

curious about update!

mr-f0xx commented 6 months ago

I guess we'll never get any arm64 version smh

ThoriumTextile commented 2 months ago

Bump. Same issue here.