Skip to content

Console Output

02:10:12 + docker build -t rpm-build-tmp .
02:10:12 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:12             Install the buildx component to build images with BuildKit:
02:10:12             https://docs.docker.com/go/buildx/
02:10:12 
02:11:49 Sending build context to Docker daemon  3.629GB
02:11:49 
02:11:49 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:49  ---> a5b17dbd6018
02:11:49 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~157~g7a05431-1.fc41.x86_64.rpm /root
02:11:53  ---> d2f64ae567e0
02:11:53 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~157~g7a05431-1.fc41.x86_64.rpm
02:11:53  ---> Running in d0a53868d970
02:12:11 Removing intermediate container d0a53868d970
02:12:11  ---> 043ab407c341
02:12:12 Successfully built 043ab407c341
02:12:12 Successfully tagged rpm-build-tmp:latest