Console Output
02:09:02 + docker build -t rpm-build-tmp .
02:09:02 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:02 Install the buildx component to build images with BuildKit:
02:09:02 https://docs.docker.com/go/buildx/
02:09:02
02:09:03 Sending build context to Docker daemon 10.01MB
02:09:03
02:09:03 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
02:09:03 ---> a1331584fdeb
02:09:03 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:11:54 ---> Running in 92dbdded7ff2
02:11:54 Removing intermediate container 92dbdded7ff2
02:11:54 ---> 37be36771dc9
02:11:54 Successfully built 37be36771dc9
02:11:54 Successfully tagged rpm-build-tmp:latest