Skip to content

Console Output

02:20:25 + docker build -t rpm-build-tmp .
02:20:25 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:20:25             Install the buildx component to build images with BuildKit:
02:20:25             https://docs.docker.com/go/buildx/
02:20:25 
02:21:12 Sending build context to Docker daemon  3.598GB
02:21:12 
02:21:12 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:21:12  ---> 320757bff468
02:21:12 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev-1.fc41.x86_64.rpm /root
02:23:48  ---> 43cb98343bae
02:23:48 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev-1.fc41.x86_64.rpm
02:23:48  ---> Running in 0c86c8ed67ca
02:24:20  ---> Removed intermediate container 0c86c8ed67ca
02:24:20  ---> a4152d748d5b
02:24:21 Successfully built a4152d748d5b
02:24:22 Successfully tagged rpm-build-tmp:latest