Class ContainerUserResolver

java.lang.Object
io.quarkus.deployment.pkg.steps.ContainerUserResolver

public final class ContainerUserResolver extends Object
Resolves the UID and GID of the user that runs inside a container image by executing id inside an ephemeral container. Results are cached per image for the lifetime of the JVM to avoid repeated process launches.