ARM64
@Seanap, @SpencerMKSmith Thanks for merging the new baseimage. I tried to pull on my pi, and got a message that that linux/arm64/v8 is not in the manifest.
Have you tried pulling the repo and "docker-compose build" yourself?
On Sat, Jun 10, 2023, 8:44 AM Doug @.***> wrote:
@seanap https://github.com/seanap, @SpencerMKSmith https://github.com/SpencerMKSmith Thanks for merging the new baseimage. I tried to pull on my pi, and got a message that that linux/arm64/v8 is not in the manifest.
— Reply to this email directly, view it on GitHub https://github.com/seanap/auto-m4b/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUNDQRMQZLDFZIZTYNUDS3XKSI4DANCNFSM6AAAAAAZBX6BQI . You are receiving this because you were mentioned.Message ID: @.***>
Thanks. i hadn't. I did my first docker build this morning! Seems to be working... Running my first book though it now. Thanks for your help!
I get the same error message, both with
docker pull seanap/auto-m4b and docker compose pull
Running docker manifest inspect seanap/auto-m4b gives (I assume the unknown architecture/os is not correct?):
{ "schemaVersion": 2, "mediaType": "application/vnd.oci.image.index.v1+json", "manifests": [ { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 2202, "digest": "sha256:d1a87791bd34cdb424bc1d55a8b43a025528e83f1a0e1e681c0e3458d6b5657d", "platform": { "architecture": "amd64", "os": "linux" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 566, "digest": "sha256:89009e0b1efedc688b9d6f699cd4bf551684e327f3573bb49248b41d003e8276", "platform": { "architecture": "unknown", "os": "unknown" } } ] }
Change your image to spencermksmith/auto-m4b. I've uploaded the ARM supported image to another repo.