18:18:15+ docker build -t rpm-build-tmp .
18:18:15DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
18:18:15 Install the buildx component to build images with BuildKit:
18:18:15https://docs.docker.com/go/buildx/18:18:1518:18:23Sending build context to Docker daemon 3.678GB
18:18:2318:18:23Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
18:18:23 ---> 06a1180650ab
18:18:23Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
18:18:23 ---> Using cache
18:18:23 ---> 08421ab088e5
18:18:23Successfully built 08421ab088e5
18:18:23Successfully tagged rpm-build-tmp:latest