Console Output
02:10:30 + docker build -t rpm-build-tmp .
02:10:30 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:30 Install the buildx component to build images with BuildKit:
02:10:30 https://docs.docker.com/go/buildx/
02:10:30
02:10:32 Sending build context to Docker daemon 302.5MB
02:10:32
02:10:32 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:32 ---> 320757bff468
02:10:32 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~332~g50f608e-1.fc41.x86_64.rpm /root
02:11:10 ---> 7ed778f50998
02:11:10 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~332~g50f608e-1.fc41.x86_64.rpm
02:11:10 ---> Running in 636f2b09a98a
02:11:57 ---> Removed intermediate container 636f2b09a98a
02:11:57 ---> 62b9bb09c626
02:11:57 Successfully built 62b9bb09c626
02:11:57 Successfully tagged rpm-build-tmp:latest