Console Output
02:04:48 + docker build -t rpm-build-tmp .
02:04:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:04:48 Install the buildx component to build images with BuildKit:
02:04:48 https://docs.docker.com/go/buildx/
02:04:48
02:04:49 Sending build context to Docker daemon 314.4MB
02:04:49
02:04:49 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc43.amd64
02:04:49 ---> a5edd3811867
02:04:49 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~216~g65c8d32-1.fc43.x86_64.rpm /root
02:04:53 ---> 8532306c8131
02:04:53 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~216~g65c8d32-1.fc43.x86_64.rpm
02:04:53 ---> Running in 4c3805522825
02:05:05 ---> Removed intermediate container 4c3805522825
02:05:05 ---> b429f0d35a0f
02:05:05 Successfully built b429f0d35a0f
02:05:05 Successfully tagged rpm-build-tmp:latest