(no title)
p0w3n3d | 3 days ago
However when running a spring boot over eclipse-temurin:25-jdk-ubi10-minimal image there is this huge difference
podman run 0.02s user 0.01s system 0% cpu 24.960 total
you can see the java app starting slowly. I've double checked that rosetta is enabled on podman. % podman machine inspect podman-machine-default
...
"Rootful": true,
"Rosetta": true
}
]
No comments yet.