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