03:37:20+ docker build -t rpm-build-tmp .
03:37:20DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:37:20 Install the buildx component to build images with BuildKit:
03:37:20https://docs.docker.com/go/buildx/03:37:2003:37:20Sending build context to Docker daemon 3.176MB
03:37:2003:37:20Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
03:37:20 ---> d7d2363aea25
03:37:20Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
03:37:20 ---> Using cache
03:37:20 ---> 0973edcff18b
03:37:20Successfully built 0973edcff18b
03:37:20Successfully tagged rpm-build-tmp:latest