Ask Your Question
2

What does the error "M1 docker preview and keycloak 'image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)' issue" mean?

asked 2023-05-28 19:13:33 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-28 19:42:02 +0000

bukephalos gravatar image

The error means that the platform of the Docker image for Keycloak (linux/amd64) does not match the platform of the host where it is being executed (linux/arm64/v8). This can occur when trying to run a Docker image built for a different CPU architecture on a machine with a different architecture. In this case, the Docker image was likely built for an x86-64 processor (amd64) while the host machine is using an ARM processor (arm64).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-28 19:13:33 +0000

Seen: 15 times

Last updated: May 28 '23