02:13:36+ docker build -t rpm-build-tmp .
02:13:36DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:36 Install the buildx component to build images with BuildKit:
02:13:36https://docs.docker.com/go/buildx/02:13:3602:14:32Sending build context to Docker daemon 3.386GB
02:14:3202:14:32Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:14:32 ---> b0b00f9a3fbe
02:14:32Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:14:32 ---> Using cache
02:14:32 ---> 73f5a256bdd2
02:14:33Successfully built 73f5a256bdd2
02:14:33Successfully tagged rpm-build-tmp:latest