Console Output
02:12:01 + docker build -t rpm-build-tmp .
02:12:01 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:01 Install the buildx component to build images with BuildKit:
02:12:01 https://docs.docker.com/go/buildx/
02:12:01
02:12:03 Sending build context to Docker daemon 305.7MB
02:12:03
02:12:03 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:12:03 ---> 320757bff468
02:12:03 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~375~g3be5741-1.fc41.x86_64.rpm /root
02:12:35 ---> ba98a9ae0a0e
02:12:35 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~375~g3be5741-1.fc41.x86_64.rpm
02:12:35 ---> Running in c6905949b29e
02:13:21 ---> Removed intermediate container c6905949b29e
02:13:21 ---> 346574d7288b
02:13:21 Successfully built 346574d7288b
02:13:21 Successfully tagged rpm-build-tmp:latest