nabsul / k8s-ecr-login-renew

Renews Docker login credentials for an AWS ECR container registry.
MIT License
207 stars 51 forks source link

standard_init_linux.go:211: exec user process caused “exec format error” on K3s running on ARM #9

Closed kuskoman closed 4 years ago

kuskoman commented 4 years ago

Running job using file from #8 results in

standard_init_linux.go:211: exec user process caused “exec format error”

when using K3s on arm devices (raspberry and orange pi, both failing)

nabsul commented 4 years ago

This would require the tool be rebuilt to an ARM version. I'd be happy to look into it, but it might take some time.

If you'd like contribute to this project that would also be highly appreciated :-)

nabsul commented 4 years ago

Hey! Can you try this version of the tool? nabsul/k8s-ecr-login-renew:arm-v0.01

nabsul commented 4 years ago

@kuskoman From v1.3 onwards I'll be pushing both x64 and ARM versions of the docker image. You now use: nabsul/k8s-ecr-login-renew:arm32v7-v1.3.

I'll keep the test version nabsul/k8s-ecr-login-renew:arm-v0.01 up for a while longer, but you should expect it to get deleted at some point in the future.