Console Output
01:51:57 + docker build -t rpm-build-tmp .
01:51:57 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:51:57 Install the buildx component to build images with BuildKit:
01:51:57 https://docs.docker.com/go/buildx/
01:51:57
01:51:57 Sending build context to Docker daemon 9.511MB
01:51:57
01:51:57 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:51:57 ---> fa765503e2d9
01:51:57 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:52:29 ---> Running in 6b1ede8babf6
01:52:29 ---> Removed intermediate container 6b1ede8babf6
01:52:29 ---> 39514ae7aaad
01:52:29 Successfully built 39514ae7aaad
01:52:29 Successfully tagged rpm-build-tmp:latest