Skip to content

Console Output

02:36:28 + docker build -t rpm-build-tmp .
02:36:28 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:36:28             Install the buildx component to build images with BuildKit:
02:36:28             https://docs.docker.com/go/buildx/
02:36:28 
02:38:20 Sending build context to Docker daemon  3.614GB
02:38:20 
02:38:20 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:38:20  ---> 320757bff468
02:38:20 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~325~gd9d1322-1.fc41.x86_64.rpm /root
02:38:28  ---> a6b6264cb0c4
02:38:28 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~325~gd9d1322-1.fc41.x86_64.rpm
02:38:28  ---> Running in f3d62ed553f2
02:38:50 Removing intermediate container f3d62ed553f2
02:38:50  ---> 667cb56e3842
02:38:50 Successfully built 667cb56e3842
02:38:50 Successfully tagged rpm-build-tmp:latest