Skip to content

Console Output

02:09:41 + docker build -t rpm-build-tmp .
02:09:41 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:41             Install the buildx component to build images with BuildKit:
02:09:41             https://docs.docker.com/go/buildx/
02:09:41 
02:09:43 Sending build context to Docker daemon  258.5MB
02:09:43 
02:09:43 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:09:43  ---> 4c8c02429e77
02:09:43 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~346~g2571d79-1.fc40.x86_64.rpm /root
02:09:47  ---> 63246709b545
02:09:47 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~346~g2571d79-1.fc40.x86_64.rpm
02:09:47  ---> Running in 63fc49135333
02:10:02 Removing intermediate container 63fc49135333
02:10:02  ---> 84e3b7a44cd8
02:10:02 Successfully built 84e3b7a44cd8
02:10:02 Successfully tagged rpm-build-tmp:latest