Console Output
15:42:16 + docker build -t rpm-build-tmp .
15:42:16 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
15:42:16 Install the buildx component to build images with BuildKit:
15:42:16 https://docs.docker.com/go/buildx/
15:42:16
15:42:24 Sending build context to Docker daemon 3.24GB
15:42:24
15:42:24 Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
15:42:24 ---> 06a1180650ab
15:42:24 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
15:42:24 ---> Running in c2d69f9e5820
15:42:25 ---> Removed intermediate container c2d69f9e5820
15:42:25 ---> d9f191617841
15:42:25 Successfully built d9f191617841
15:42:25 Successfully tagged rpm-build-tmp:latest