Skip to content

Console Output

02:24:38 + docker build -t rpm-build-tmp .
02:24:38 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:24:38             Install the buildx component to build images with BuildKit:
02:24:38             https://docs.docker.com/go/buildx/
02:24:38 
02:24:40 Sending build context to Docker daemon  258.3MB
02:24:40 
02:24:40 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:24:40  ---> 4c8c02429e77
02:24:40 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~294~g70d3b58-1.fc40.x86_64.rpm /root
02:24:48  ---> 0d5522894c30
02:24:48 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~294~g70d3b58-1.fc40.x86_64.rpm
02:24:48  ---> Running in 833352f533aa
02:25:10 Removing intermediate container 833352f533aa
02:25:10  ---> 2e49c679c5b4
02:25:10 Successfully built 2e49c679c5b4
02:25:10 Successfully tagged rpm-build-tmp:latest