Skip to content

Console Output

02:15:14 + docker build -t rpm-build-tmp .
02:15:14 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:15:14             Install the buildx component to build images with BuildKit:
02:15:14             https://docs.docker.com/go/buildx/
02:15:14 
02:15:16 Sending build context to Docker daemon    302MB
02:15:16 
02:15:16 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:15:16  ---> 320757bff468
02:15:16 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~299~gb25388d-1.fc41.x86_64.rpm /root
02:15:42  ---> 38fe62ada5ef
02:15:42 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~299~gb25388d-1.fc41.x86_64.rpm
02:15:42  ---> Running in 6cfdd8659597
02:16:29  ---> Removed intermediate container 6cfdd8659597
02:16:29  ---> 2ebc876055c6
02:16:29 Successfully built 2ebc876055c6
02:16:29 Successfully tagged rpm-build-tmp:latest