Console Output
15:43:05 + docker build -t rpm-build-tmp .
15:43:05 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
15:43:05 Install the buildx component to build images with BuildKit:
15:43:05 https://docs.docker.com/go/buildx/
15:43:05
15:43:43 Sending build context to Docker daemon 3.408GB
15:43:43
15:43:43 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
15:43:43 ---> b0b00f9a3fbe
15:43:43 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
15:44:01 ---> Running in 8acaef81a8b8
15:44:02 ---> Removed intermediate container 8acaef81a8b8
15:44:02 ---> abc95c8ac63c
15:44:05 Successfully built abc95c8ac63c
15:44:05 Successfully tagged rpm-build-tmp:latest