Skip to content

Console Output

02:13:50 + docker build -t rpm-build-tmp .
02:13:50 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:13:50             Install the buildx component to build images with BuildKit:
02:13:50             https://docs.docker.com/go/buildx/
02:13:50 
02:13:52 Sending build context to Docker daemon  302.4MB
02:13:52 
02:13:52 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:13:52  ---> 320757bff468
02:13:52 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~331~ga4953b8-1.fc41.x86_64.rpm /root
02:14:14  ---> 007d57c98e8d
02:14:14 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~331~ga4953b8-1.fc41.x86_64.rpm
02:14:14  ---> Running in 1bad1416f3c9
02:15:00  ---> Removed intermediate container 1bad1416f3c9
02:15:00  ---> 1bc181a09ff7
02:15:00 Successfully built 1bc181a09ff7
02:15:00 Successfully tagged rpm-build-tmp:latest