Skip to content

Console Output

02:10:44 + docker build -t rpm-build-tmp .
02:10:44 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:44             Install the buildx component to build images with BuildKit:
02:10:44             https://docs.docker.com/go/buildx/
02:10:44 
02:10:45 Sending build context to Docker daemon  301.9MB
02:10:45 
02:10:45 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:10:45  ---> 320757bff468
02:10:45 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~295~ga0435a7-1.fc41.x86_64.rpm /root
02:11:12  ---> b3f5b4af75b1
02:11:12 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~295~ga0435a7-1.fc41.x86_64.rpm
02:11:12  ---> Running in 9f32316634c7
02:11:58  ---> Removed intermediate container 9f32316634c7
02:11:58  ---> db12ca87126d
02:11:58 Successfully built db12ca87126d
02:11:58 Successfully tagged rpm-build-tmp:latest