Console Output
02:09:20 + docker build -t rpm-build-tmp .
02:09:20 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:20 Install the buildx component to build images with BuildKit:
02:09:20 https://docs.docker.com/go/buildx/
02:09:20
02:15:42 Sending build context to Docker daemon 3.364GB
02:15:42
02:15:42 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:15:42 ---> b0b00f9a3fbe
02:15:42 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:15:54 ---> Running in 141e8d8f4db9
02:15:56 Removing intermediate container 141e8d8f4db9
02:15:56 ---> 85fd7625915b
02:15:57 Successfully built 85fd7625915b
02:15:58 Successfully tagged rpm-build-tmp:latest