Skip to content

Console Output

02:12:59 + docker build -t rpm-build-tmp .
02:12:59 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:59             Install the buildx component to build images with BuildKit:
02:12:59             https://docs.docker.com/go/buildx/
02:12:59 
02:13:55 Sending build context to Docker daemon  5.072GB
02:13:55 
02:13:55 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:13:55  ---> 80d44c85c12b
02:13:55 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~147~gd750806-1.fc39.x86_64.rpm /root
02:14:42  ---> 0c02e48f6105
02:14:42 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~147~gd750806-1.fc39.x86_64.rpm
02:14:42  ---> Running in 1463ebd8614e
02:15:00 Removing intermediate container 1463ebd8614e
02:15:00  ---> cf6546c9f833
02:15:01 Successfully built cf6546c9f833
02:15:01 Successfully tagged rpm-build-tmp:latest