Skip to content

Console Output

02:14:48 + docker build -t rpm-build-tmp .
02:14:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:14:48             Install the buildx component to build images with BuildKit:
02:14:48             https://docs.docker.com/go/buildx/
02:14:48 
02:16:54 Sending build context to Docker daemon  3.621GB
02:16:54 
02:16:54 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:16:54  ---> 4c8c02429e77
02:16:54 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~268~g1a82c95-1.fc40.x86_64.rpm /root
02:18:31  ---> e0b7a3b0684d
02:18:31 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~268~g1a82c95-1.fc40.x86_64.rpm
02:18:31  ---> Running in 411ec4df300f
02:19:10 Removing intermediate container 411ec4df300f
02:19:10  ---> e30978fc81fc
02:19:10 Successfully built e30978fc81fc
02:19:11 Successfully tagged rpm-build-tmp:latest