Skip to content

Console Output

02:09:57 + docker build -t rpm-build-tmp .
02:09:57 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:57             Install the buildx component to build images with BuildKit:
02:09:57             https://docs.docker.com/go/buildx/
02:09:57 
02:11:49 Sending build context to Docker daemon  3.607GB
02:11:49 
02:11:49 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:49  ---> 320757bff468
02:11:49 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~346~g2571d79-1.fc41.x86_64.rpm /root
02:13:40  ---> 9e0db19a7246
02:13:40 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~346~g2571d79-1.fc41.x86_64.rpm
02:13:40  ---> Running in efc0aa2e293b
02:14:27 Removing intermediate container efc0aa2e293b
02:14:27  ---> e8ba84c04560
02:14:27 Successfully built e8ba84c04560
02:14:27 Successfully tagged rpm-build-tmp:latest