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