Console Output
03:02:38 + docker build -t rpm-build-tmp .
03:02:38 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
03:02:38 Install the buildx component to build images with BuildKit:
03:02:38 https://docs.docker.com/go/buildx/
03:02:38
03:02:38 Sending build context to Docker daemon 8.74MB
03:02:38
03:02:38 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
03:02:38 ---> ab8bfe16bcf7
03:02:38 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
03:02:41 ---> Running in 505426d783a6
03:02:41 ---> Removed intermediate container 505426d783a6
03:02:41 ---> dcdb0262042d
03:02:41 Successfully built dcdb0262042d
03:02:41 Successfully tagged rpm-build-tmp:latest