Console Output
02:12:02 + docker build -t rpm-build-tmp .
02:12:02 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:02 Install the buildx component to build images with BuildKit:
02:12:02 https://docs.docker.com/go/buildx/
02:12:02
02:12:04 Sending build context to Docker daemon 302.3MB
02:12:04
02:12:04 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:12:04 ---> 320757bff468
02:12:04 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~301~g8e080ca-1.fc41.x86_64.rpm /root
02:12:30 ---> 2340f5f3089e
02:12:30 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~301~g8e080ca-1.fc41.x86_64.rpm
02:12:30 ---> Running in 25fef60aad30
02:13:17 ---> Removed intermediate container 25fef60aad30
02:13:17 ---> 9b480528df4a
02:13:17 Successfully built 9b480528df4a
02:13:17 Successfully tagged rpm-build-tmp:latest