Console Output
01:56:20 + docker build -t rpm-build-tmp .
01:56:20 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
01:56:20 Install the buildx component to build images with BuildKit:
01:56:20 https://docs.docker.com/go/buildx/
01:56:20
01:56:30 Sending build context to Docker daemon 3.335GB
01:56:30
01:56:30 Step 1/2 : FROM docker.openmodelica.org/build-deps:el8.amd64
01:56:30 ---> a1331584fdeb
01:56:30 Step 2/2 : RUN groupadd -g 1001 -o jenkins && adduser -o --uid 1001 --gid jenkins jenkins
01:56:30 ---> Running in c4d5a71c88c3
01:56:30 ---> Removed intermediate container c4d5a71c88c3
01:56:30 ---> 2beaaf7155da
01:56:30 Successfully built 2beaaf7155da
01:56:30 Successfully tagged rpm-build-tmp:latest