Replies: 1 comment 3 replies
-
I'm not sure I used this while using the Red Hat UBI image. So maybe that broke how it worked in the past. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have builded the amd64 container images successfully, first. And I start to build for arm64 also in the same host(Amd64 Architecture).
I follow the description in [https://github.com/strimzi/strimzi-kafka-operator/blob/main/development-docs/DEV_GUIDE.md#building-container-images-for-other-platforms-with-docker-buildx]
Before I run make docker_build in <project_root>/docker_image/, I delete 'registry.access.redhat.com/ubi8/ubi-minimal:latest'. And using the command below to pull image for arm64.
And I also using 'docker inspect' to check that it is indeed a arm64 image.
I finally run the command: 'make docker_build' in path '<project_root>/docker_image/', the output is this:
This step is not happened when I build images for amd64.
Beta Was this translation helpful? Give feedback.
All reactions