Skip to content

Console Output

02:30:30 + docker build -t rpm-build-tmp .
02:30:30 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:30:30             Install the buildx component to build images with BuildKit:
02:30:30             https://docs.docker.com/go/buildx/
02:30:30 
02:31:02 Sending build context to Docker daemon  5.042GB

02:31:02 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:31:02  ---> 80d44c85c12b
02:31:02 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~176~g83e8e6d-1.fc39.x86_64.rpm /root
02:31:48  ---> 613ceaa9b653
02:31:48 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~176~g83e8e6d-1.fc39.x86_64.rpm
02:31:48  ---> Running in c9cd3f22e8b6
02:32:15 Removing intermediate container c9cd3f22e8b6
02:32:15  ---> 601a8d34e143
02:32:15 Successfully built 601a8d34e143
02:32:15 Successfully tagged rpm-build-tmp:latest