Skip to content

Console Output

19:26:23 + docker build -t rpm-build-tmp .
19:26:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
19:26:23             Install the buildx component to build images with BuildKit:
19:26:23             https://docs.docker.com/go/buildx/
19:26:23 
19:26:31 Sending build context to Docker daemon  690.9MB
19:26:31 
19:26:31 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
19:26:31  ---> 4c8c02429e77
19:26:31 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~265~g81aa464-1.fc40.x86_64.rpm /root
19:26:43  ---> cf01ec0b6144
19:26:43 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~265~g81aa464-1.fc40.x86_64.rpm
19:26:43  ---> Running in 02fc9dcc48da
19:27:01 Removing intermediate container 02fc9dcc48da
19:27:01  ---> fb78cc456821
19:27:01 Successfully built fb78cc456821
19:27:01 Successfully tagged rpm-build-tmp:latest