Skip to content

Console Output

02:15:00 + docker build -t rpm-build-tmp .
02:15:00 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:00             Install the buildx component to build images with BuildKit:
02:15:00             https://docs.docker.com/go/buildx/
02:15:00 
02:15:08 Sending build context to Docker daemon  691.3MB
02:15:08 
02:15:08 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:15:08  ---> 4c8c02429e77
02:15:08 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~263~g2ffb7d2-1.fc40.x86_64.rpm /root
02:15:12  ---> bfbce20907f0
02:15:12 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~263~g2ffb7d2-1.fc40.x86_64.rpm
02:15:12  ---> Running in afe4ba9c18df
02:15:27 Removing intermediate container afe4ba9c18df
02:15:27  ---> 1c07d73f1c71
02:15:27 Successfully built 1c07d73f1c71
02:15:27 Successfully tagged rpm-build-tmp:latest