Console Output
02:11:22 + docker build -t rpm-build-tmp .
02:11:22 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:22 Install the buildx component to build images with BuildKit:
02:11:22 https://docs.docker.com/go/buildx/
02:11:22
02:11:23 Sending build context to Docker daemon 303.3MB
02:11:23
02:11:23 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:23 ---> 320757bff468
02:11:23 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~311~g9b192aa-1.fc41.x86_64.rpm /root
02:11:55 ---> 55762ac8711e
02:11:55 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~311~g9b192aa-1.fc41.x86_64.rpm
02:11:55 ---> Running in 29cd3b1a5a44
02:12:42 ---> Removed intermediate container 29cd3b1a5a44
02:12:42 ---> c798acddbf88
02:12:42 Successfully built c798acddbf88
02:12:42 Successfully tagged rpm-build-tmp:latest