Skip to content

Console Output

02:14:45 + docker build -t rpm-build-tmp .
02:14:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:14:45             Install the buildx component to build images with BuildKit:
02:14:45             https://docs.docker.com/go/buildx/
02:14:45 
02:15:32 Sending build context to Docker daemon   3.59GB
02:15:32 
02:15:32 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:15:32  ---> 320757bff468
02:15:32 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~427~g59a56e5-1.fc41.x86_64.rpm /root
02:15:35  ---> a52474d043f4
02:15:35 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~427~g59a56e5-1.fc41.x86_64.rpm
02:15:35  ---> Running in 743fd4cab940
02:15:50  ---> Removed intermediate container 743fd4cab940
02:15:50  ---> f92e47e38505
02:15:50 Successfully built f92e47e38505
02:15:50 Successfully tagged rpm-build-tmp:latest