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