You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using the Khadas VIM5 SBC and that is using the Amlogic A311D2 - 2.2GHz Quad core ARM Cortex-A73 and 2.0GHz Quad core Cortex-A53.
Can you add support linux/arm64/v8 or make the docker file available for 'kerberos-vault' so I can build it?
kerberos# docker compose create
[+] Running 4/5
⠿ Container kerberos-mongo Created 0.1s
⠿ Container kerberos-vault Created 0.1s
⠿ Container minio Cre... 0.1s
⠿ Container traefik C... 0.1s ⠋ kerberos-vault The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered:
First of all, thank you for the great work on kerberos.io! I recently attempted to deploy Vault on TuringPi RK1 compute nodes and encountered the same issue. With ARM Kubernetes clusters gaining significant popularity, adding support for ARM images would be a fantastic enhancement. It’s worth noting that a request for this feature has been open for over a year now, and many in the community would greatly appreciate seeing progress on this.
Im using the Khadas VIM5 SBC and that is using the Amlogic A311D2 - 2.2GHz Quad core ARM Cortex-A73 and 2.0GHz Quad core Cortex-A53.
Can you add support linux/arm64/v8 or make the docker file available for 'kerberos-vault' so I can build it?
kerberos# docker compose create
[+] Running 4/5
⠿ Container kerberos-mongo Created 0.1s
⠿ Container kerberos-vault Created 0.1s
⠿ Container minio Cre... 0.1s
⠿ Container traefik C... 0.1s
⠋ kerberos-vault The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered: