Console Output
02:10:37 + docker build -t rpm-build-tmp .
02:10:37 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:37 Install the buildx component to build images with BuildKit:
02:10:37 https://docs.docker.com/go/buildx/
02:10:37
02:10:38 Sending build context to Docker daemon 261.5MB
02:10:38
02:10:38 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:38 ---> 320757bff468
02:10:38 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~406~gf9e29c1-1.fc41.x86_64.rpm /root
02:11:05 ---> fc6457c81299
02:11:05 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~406~gf9e29c1-1.fc41.x86_64.rpm
02:11:05 ---> Running in d2b13485fdb8
02:11:51 ---> Removed intermediate container d2b13485fdb8
02:11:51 ---> 36272f51a02e
02:11:51 Successfully built 36272f51a02e
02:11:51 Successfully tagged rpm-build-tmp:latest