Console Output
02:10:38 + docker build -t rpm-build-tmp .
02:10:38 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:38 Install the buildx component to build images with BuildKit:
02:10:38 https://docs.docker.com/go/buildx/
02:10:38
02:10:39 Sending build context to Docker daemon 303.2MB
02:10:39
02:10:39 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:39 ---> 320757bff468
02:10:39 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~337~gcdeab34-1.fc41.x86_64.rpm /root
02:11:06 ---> 3e9d76248ce2
02:11:06 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~337~gcdeab34-1.fc41.x86_64.rpm
02:11:06 ---> Running in b26604888c62
02:11:52 ---> Removed intermediate container b26604888c62
02:11:52 ---> cbed7d745756
02:11:52 Successfully built cbed7d745756
02:11:52 Successfully tagged rpm-build-tmp:latest