docker-picard icon indicating copy to clipboard operation
docker-picard copied to clipboard

Picard Docker for arm chips

Open TimmyYung opened this issue 4 years ago • 14 comments

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.

TimmyYung avatar Aug 16 '21 21:08 TimmyYung

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

mikenye avatar Nov 30 '21 02:11 mikenye

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

louhisuo avatar Dec 12 '21 19:12 louhisuo

@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.

mikenye avatar Dec 16 '21 02:12 mikenye

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

jdomenechb avatar Oct 09 '22 20:10 jdomenechb

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 avatar Nov 23 '22 15:11 Telectroboy

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 :)

Telectroboy avatar Nov 23 '22 16:11 Telectroboy

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

@mikenye any update on this please ?

Enissay avatar Feb 22 '23 01:02 Enissay

Any update for the arm64 docker version ?

matheohan avatar Sep 06 '23 19:09 matheohan

curious about update!

SamLawAnthro avatar Feb 18 '24 15:02 SamLawAnthro