Console Output
01:53:48 + docker build -t rpm-build-tmp .
01:53:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:53:48 Install the buildx component to build images with BuildKit:
01:53:48 https://docs.docker.com/go/buildx/
01:53:48
01:55:24 Sending build context to Docker daemon 3.898GB
01:55:24
01:55:24 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:55:24 ---> 15c707c768f7
01:55:24 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:55:36 ---> Running in 1d3fc2fe8cc4
01:55:37 ---> Removed intermediate container 1d3fc2fe8cc4
01:55:37 ---> b87e45c87468
01:55:40 Successfully built b87e45c87468
01:55:40 Successfully tagged rpm-build-tmp:latest