elek / docker-storj-extension

Highly experimental docker-desktop extension to pull/push from/to Storj DCS
Apache License 2.0
5 stars 1 forks source link

Missing Arm platform support? #1

Open ajeetraina opened 2 years ago

ajeetraina commented 2 years ago

Look like the extension is missing support for Arm platform.

 docker run --rm mplatform/mquery ghcr.io/elek/docker-storj-extension:20220728-2
Image: ghcr.io/elek/docker-storj-extension:20220728-2 (digest: sha256:d7e0edc4d1f90f36540028789a98b70b6c15e954f38cc7f0329d0a981ce44a57)
 * Manifest List: No (Image type: application/vnd.docker.distribution.manifest.v2+json)
 * Supports: linux/amd64
docker extension install ghcr.io/elek/docker-storj-extension:20220728-2
Extensions can install binaries, invoke commands and access files on your machine. 
Are you sure you want to continue? [y/N] y
Image not available locally, pulling ghcr.io/elek/docker-storj-extension:20220728-2...
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
installation could not be completed due to: executing 'docker --context default cp bed34b8b339e8218045e834489d25060422b02751c2da70d80566740bea70853:/metadata.json /var/folders/1v/ybkpsn791wbg5v5vgxlxky840000gn/T/-ext-install2256936921/metadata.json' : exit status 1: 
Error: No such container:path: bed34b8b339e8218045e834489d25060422b02751c2da70d80566740bea70853:/metadata.json
aslafy-z commented 1 year ago

I'd like to work on this issue @elek, can you assign me? The thing is, It would be easier if the image was built by a CI (like GitHub Actions). What do you think about implementing a workflow that builds and releases docker images on git tag action? Please let me know so I can start implementing it.

elek commented 1 year ago

What do you think about implementing a workflow that builds and releases docker images on git tag action?

Yes, that would be very nice..