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