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