cross-platform build fails with docker build
, works with podman build
#26530
-
Greetings. Seeing a weird issue building the podman: 5.5.1 Works: Fails:
Works: The build fails during the Anyone have any idea what might be going on here? I can get by with the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Your question seems to be about Anyway, I was curious about the build error so I did the following steps:
click me to show all output
|
Beta Was this translation helpful? Give feedback.
Yes
Yes. (Podman is installed on Fedora CoreOS but I don't think
/usr/bin/podman
was executed duringdocker build --platform linux/amd64 -t gitea/gitea:latest . --load
)I forgot to mention that I also have docker-buildkit and docker-buildx installed on the Fedora CoreOS system. I installed them with
Here are RPM …