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