Console Output
02:13:35 + docker build -t rpm-build-tmp .
02:13:35 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:35 Install the buildx component to build images with BuildKit:
02:13:35 https://docs.docker.com/go/buildx/
02:13:35
02:13:45 Sending build context to Docker daemon 3.735GB
02:13:45
02:13:45 Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
02:13:45 ---> 06a1180650ab
02:13:45 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
02:13:45 ---> Running in 300f22b2b222
02:13:46 ---> Removed intermediate container 300f22b2b222
02:13:46 ---> 73f818b9ea9d
02:13:47 Successfully built 73f818b9ea9d
02:13:47 Successfully tagged rpm-build-tmp:latest