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