Skip to content

Console Output

00:44:52 + docker build -t rpm-build-tmp .
00:44:52 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
00:44:52             Install the buildx component to build images with BuildKit:
00:44:52             https://docs.docker.com/go/buildx/
00:44:52 
00:44:53 Sending build context to Docker daemon    259MB

00:44:53 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
00:44:53  ---> 6f15ad1489cd
00:44:53 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.24.0~dev~183~g504611b-1.fc40.x86_64.rpm /root
00:45:25  ---> 705c908a2881
00:45:25 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.24.0~dev~183~g504611b-1.fc40.x86_64.rpm
00:45:25  ---> Running in 280619a5af54
00:46:12 Removing intermediate container 280619a5af54
00:46:12  ---> 267f42464a56
00:46:12 Successfully built 267f42464a56
00:46:12 Successfully tagged rpm-build-tmp:latest