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