Skip to content

Console Output

02:09:48 + docker build -t rpm-build-tmp .
02:09:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:48             Install the buildx component to build images with BuildKit:
02:09:48             https://docs.docker.com/go/buildx/
02:09:48 
02:11:24 Sending build context to Docker daemon  3.607GB
02:11:24 
02:11:24 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:24  ---> 320757bff468
02:11:24 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~326~g92d56a9-1.fc41.x86_64.rpm /root
02:13:30  ---> 8550631b1903
02:13:30 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~326~g92d56a9-1.fc41.x86_64.rpm
02:13:30  ---> Running in 0f990aa90a85
02:14:09 Removing intermediate container 0f990aa90a85
02:14:09  ---> 21746e5f08f9
02:14:09 Successfully built 21746e5f08f9
02:14:10 Successfully tagged rpm-build-tmp:latest