Console Output
02:12:43 + docker build -t rpm-build-tmp .
02:12:43 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:43 Install the buildx component to build images with BuildKit:
02:12:43 https://docs.docker.com/go/buildx/
02:12:43
02:12:45 Sending build context to Docker daemon 259.1MB
02:12:45
02:12:45 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:12:45 ---> 4c8c02429e77
02:12:45 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~331~g28b9a76-1.fc40.x86_64.rpm /root
02:12:49 ---> 055039fa8a18
02:12:49 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~331~g28b9a76-1.fc40.x86_64.rpm
02:12:49 ---> Running in 5bd1852b0f39
02:13:04 Removing intermediate container 5bd1852b0f39
02:13:04 ---> 0878fbd3ac64
02:13:04 Successfully built 0878fbd3ac64
02:13:04 Successfully tagged rpm-build-tmp:latest