Skip to content

Console Output

02:11:25 + docker build -t rpm-build-tmp .
02:11:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:25             Install the buildx component to build images with BuildKit:
02:11:25             https://docs.docker.com/go/buildx/
02:11:25 
02:11:26 Sending build context to Docker daemon  260.5MB
02:11:26 
02:11:26 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:11:26  ---> 320757bff468
02:11:26 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~303~g300b4f8-1.fc41.x86_64.rpm /root
02:11:48  ---> de6cfb503b30
02:11:48 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~303~g300b4f8-1.fc41.x86_64.rpm
02:11:48  ---> Running in 70bc960c20d0
02:12:35 Removing intermediate container 70bc960c20d0
02:12:35  ---> abdab8baf64b
02:12:35 Successfully built abdab8baf64b
02:12:35 Successfully tagged rpm-build-tmp:latest