docker-ssh-agent-forward icon indicating copy to clipboard operation
docker-ssh-agent-forward copied to clipboard

Pushing new images with arm64 support

Open kurko opened this issue 2 years ago • 1 comments

Hi,

The current images work on x86-64 architectures, but not on the new arm M1 machines. It's not something we can help with a pull request, as it needs to be pushed to Docker Hub.

Is there any chance you could rebuild the image real quick and push to DH?

Thanks

kurko avatar May 27 '22 16:05 kurko

It works for me, the new arm M machine:

$ pinata-ssh-forward
ssh-agent
Resolving "uber/ssh-agent-forward" using unqualified-search registries (/etc/containers/registries.conf.d/999-podman-machine.conf)
Trying to pull docker.io/uber/ssh-agent-forward:latest...
Getting image source signatures
Copying blob sha256:4b38d15463e02b5e1b34c8b014964d333c0b3cedf7061fb7a69bbaa592b034a9
Copying blob sha256:2fdfe1cd78c20d05774f0919be19bc1a3e4729bce219968e4188e7e0f1af679d
Copying blob sha256:d0b8a040900f07640c42644886e6a2013d011d3d0259cdae51b2889c9cbdbbb6
Copying blob sha256:584200b00f1b0eae2fa4acace283e3dffe894b4ba0cd3ccf3e8c433eb7437111
Copying blob sha256:f6305097c4feee827995cde2163e95606ca59806ce0339fc53ac54d47c29dbfa
Copying config sha256:37e4f49b03533b77a066b9ecf076a0ea42fe072edb6cf3c03c46844ec0ad1f9e
Writing manifest to image destination
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
Connection to 127.0.0.1 port 2244 [tcp/nmsserver] succeeded!

$ uname -srm
Darwin 23.1.0 arm64

$ sw_vers
ProductName:		macOS
ProductVersion:		14.1.2
BuildVersion:		23B92

I think this issue can be closed.

AntonioSun avatar Jan 01 '24 17:01 AntonioSun