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