Console Output
02:17:21 + docker build -t rpm-build-tmp .
02:17:21 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:17:21 Install the buildx component to build images with BuildKit:
02:17:21 https://docs.docker.com/go/buildx/
02:17:21
02:18:57 Sending build context to Docker daemon 3.327GB
02:18:57
02:18:57 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:18:57 ---> b0b00f9a3fbe
02:18:57 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:18:59 ---> Running in 5ed36df627e3
02:19:00 ---> Removed intermediate container 5ed36df627e3
02:19:00 ---> c151e841a1f6
02:19:02 Successfully built c151e841a1f6
02:19:02 Successfully tagged rpm-build-tmp:latest