Skip to content

Console Output

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

02:44:05 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:44:05  ---> 6f15ad1489cd
02:44:05 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~187~ge87692c-1.fc40.x86_64.rpm /root
02:45:01  ---> 6f0ec7159099
02:45:01 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~187~ge87692c-1.fc40.x86_64.rpm
02:45:01  ---> Running in b06488f2d1cb
02:45:47 Removing intermediate container b06488f2d1cb
02:45:47  ---> 0b5785a01a1f
02:45:47 Successfully built 0b5785a01a1f
02:45:47 Successfully tagged rpm-build-tmp:latest