Skip to content

Console Output

11:24:23 + docker build -t rpm-build-tmp .
11:24:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
11:24:23             Install the buildx component to build images with BuildKit:
11:24:23             https://docs.docker.com/go/buildx/
11:24:23 
11:24:28 Sending build context to Docker daemon  690.7MB
11:24:28 
11:24:28 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
11:24:28  ---> 4c8c02429e77
11:24:28 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~256~g15e95b0-1.fc40.x86_64.rpm /root
11:24:30  ---> 598410c384a7
11:24:30 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~256~g15e95b0-1.fc40.x86_64.rpm
11:24:30  ---> Running in 7de9d21ac1aa
11:24:40 Removing intermediate container 7de9d21ac1aa
11:24:40  ---> d7064d2638be
11:24:40 Successfully built d7064d2638be
11:24:40 Successfully tagged rpm-build-tmp:latest