Console Output
17:24:03 + docker build -t rpm-build-tmp .
17:24:03 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
17:24:03 Install the buildx component to build images with BuildKit:
17:24:03 https://docs.docker.com/go/buildx/
17:24:03
17:24:03 Sending build context to Docker daemon 8.864MB
17:24:03
17:24:03 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
17:24:03 ---> a1331584fdeb
17:24:03 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
17:24:03 ---> Running in 7028defb4e19
17:24:04 ---> Removed intermediate container 7028defb4e19
17:24:04 ---> 8d09785d9bf8
17:24:04 Successfully built 8d09785d9bf8
17:24:04 Successfully tagged rpm-build-tmp:latest