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