Skip to content

Console Output

02:10:23 + docker build -t rpm-build-tmp .
02:10:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:23             Install the buildx component to build images with BuildKit:
02:10:23             https://docs.docker.com/go/buildx/
02:10:23 
02:10:25 Sending build context to Docker daemon  258.9MB
02:10:25 
02:10:25 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:10:25  ---> 4c8c02429e77
02:10:25 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~407~g3302d94-1.fc40.x86_64.rpm /root
02:10:29  ---> 502b89824583
02:10:29 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~407~g3302d94-1.fc40.x86_64.rpm
02:10:29  ---> Running in 67dada3f9010
02:10:41  ---> Removed intermediate container 67dada3f9010
02:10:41  ---> b2909331e159
02:10:41 Successfully built b2909331e159
02:10:41 Successfully tagged rpm-build-tmp:latest