Explicitly specifying platform slows down container start #20473
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
remote
Problem is in podman-remote
Issue Description
Starting a container with the
--platform
option explicitly provided rather than inferred from the container image seems to add a delay to starting the container.I suspect this is due to unnecessary network requests. When I disconnect my Wi-Fi, the container start time decreases, probably because it skips whatever network request(s) is causing the delay.
Steps to reproduce the issue
Describe the results you received
With the
--platform
flag the time is 4.5x as long in the above example.Describe the results you expected
There should be no difference in container start time when explicitly specifying the platform.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: