Skip to content

Console Output

02:33:21 + docker build -t rpm-build-tmp .
02:33:21 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:33:21             Install the buildx component to build images with BuildKit:
02:33:21             https://docs.docker.com/go/buildx/
02:33:21 
02:36:28 Sending build context to Docker daemon  3.586GB
02:36:28 
02:36:28 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:36:28  ---> 4c8c02429e77
02:36:28 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~428~ge8579b9-1.fc40.x86_64.rpm /root
02:38:19  ---> ac595370a684
02:38:19 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~428~ge8579b9-1.fc40.x86_64.rpm
02:38:19  ---> Running in 85e7ce1b27fb
02:38:58  ---> Removed intermediate container 85e7ce1b27fb
02:38:58  ---> ed0b6f5ff0e0
02:38:58 Successfully built ed0b6f5ff0e0
02:38:58 Successfully tagged rpm-build-tmp:latest