Console Output
11:12:59 + docker build -t rpm-build-tmp .
11:12:59 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
11:12:59 Install the buildx component to build images with BuildKit:
11:12:59 https://docs.docker.com/go/buildx/
11:12:59
11:15:50 Sending build context to Docker daemon 3.365GB
11:15:50
11:15:50 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
11:15:50 ---> b0b00f9a3fbe
11:15:50 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
11:19:57 ---> Running in 68b122975369
11:19:57 Removing intermediate container 68b122975369
11:19:57 ---> ec1f2d133269
11:19:57 Successfully built ec1f2d133269
11:19:59 Successfully tagged rpm-build-tmp:latest