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