Console Output
01:52:17 + docker build -t rpm-build-tmp .
01:52:17 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:52:17 Install the buildx component to build images with BuildKit:
01:52:17 https://docs.docker.com/go/buildx/
01:52:17
01:52:17 Sending build context to Docker daemon 9.04MB
01:52:17
01:52:17 Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
01:52:17 ---> 06a1180650ab
01:52:17 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:53:38 ---> Running in e949eaa983fc
01:53:38 ---> Removed intermediate container e949eaa983fc
01:53:38 ---> c357bc64e0f8
01:53:38 Successfully built c357bc64e0f8
01:53:38 Successfully tagged rpm-build-tmp:latest