Console Output
01:51:13 + docker build -t rpm-build-tmp .
01:51:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:51:13 Install the buildx component to build images with BuildKit:
01:51:13 https://docs.docker.com/go/buildx/
01:51:13
01:51:21 Sending build context to Docker daemon 3.731GB
01:51:21
01:51:21 Step 1/2 : FROM docker.openmodelica.org/build-deps:el10.amd64
01:51:21 ---> 06a1180650ab
01:51:21 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:51:22 ---> Running in 3a51404b8ce3
01:51:22 ---> Removed intermediate container 3a51404b8ce3
01:51:22 ---> 30fe94110a0f
01:51:23 Successfully built 30fe94110a0f
01:51:23 Successfully tagged rpm-build-tmp:latest