03:47:13+ docker build -t rpm-build-tmp .
03:47:13DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:47:13 Install the buildx component to build images with BuildKit:
03:47:13https://docs.docker.com/go/buildx/03:47:1303:47:25Sending build context to Docker daemon 3.358GB
03:47:2503:47:25Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
03:47:25 ---> a1331584fdeb
03:47:25Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
03:47:25 ---> Using cache
03:47:25 ---> 55f985ffd87c
03:47:25Successfully built 55f985ffd87c
03:47:25Successfully tagged rpm-build-tmp:latest