Console Output
01:50:53 + docker build -t rpm-build-tmp .
01:50:53 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:50:53 Install the buildx component to build images with BuildKit:
01:50:53 https://docs.docker.com/go/buildx/
01:50:53
01:50:53 Sending build context to Docker daemon 8.74MB
01:50:53
01:50:53 Step 1/2 : FROM docker.openmodelica.org/build-deps:el9.amd64
01:50:53 ---> 15c707c768f7
01:50:53 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:50:54 ---> Running in 150eb44a1fd4
01:50:56 ---> Removed intermediate container 150eb44a1fd4
01:50:56 ---> 7cc1a965dc6e
01:50:56 Successfully built 7cc1a965dc6e
01:50:56 Successfully tagged rpm-build-tmp:latest