Console Output
19:10:23 + docker build -t rpm-build-tmp .
19:10:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:10:23 Install the buildx component to build images with BuildKit:
19:10:23 https://docs.docker.com/go/buildx/
19:10:23
19:10:41 Sending build context to Docker daemon 3.361GB
19:10:41
19:10:41 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
19:10:41 ---> b0b00f9a3fbe
19:10:41 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
19:10:41 ---> Running in 83fbd1ac3e50
19:10:41 Removing intermediate container 83fbd1ac3e50
19:10:41 ---> 52e4b2b5fd9f
19:10:43 Successfully built 52e4b2b5fd9f
19:10:43 Successfully tagged rpm-build-tmp:latest