Skip to content

Console Output

02:10:03 + docker build -t rpm-build-tmp .
02:10:03 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:03             Install the buildx component to build images with BuildKit:
02:10:03             https://docs.docker.com/go/buildx/
02:10:03 
02:13:24 Sending build context to Docker daemon  3.848GB
02:13:24 
02:13:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:13:24  ---> 320757bff468
02:13:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~501~gb4dc993-1.fc41.x86_64.rpm /root
02:14:32  ---> 447cdd4cbff9
02:14:32 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~501~gb4dc993-1.fc41.x86_64.rpm
02:14:32  ---> Running in 2c2f31d3ae61
02:15:53  ---> Removed intermediate container 2c2f31d3ae61
02:15:53  ---> e80f76394778
02:15:53 Successfully built e80f76394778
02:15:53 Successfully tagged rpm-build-tmp:latest