Skip to content

Console Output

02:11:48 + docker build -t rpm-build-tmp .
02:11:48 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:48             Install the buildx component to build images with BuildKit:
02:11:48             https://docs.docker.com/go/buildx/
02:11:48 
02:12:10 Sending build context to Docker daemon  3.597GB
02:12:10 
02:12:10 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:12:10  ---> 320757bff468
02:12:10 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~268~g1a82c95-1.fc41.x86_64.rpm /root
02:12:10  ---> 36a16d14fd0e
02:12:10 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~268~g1a82c95-1.fc41.x86_64.rpm
02:12:10  ---> Running in 5bbceaa5980f
02:12:15 Removing intermediate container 5bbceaa5980f
02:12:15  ---> dad13b49ddb6
02:12:16 Successfully built dad13b49ddb6
02:12:16 Successfully tagged rpm-build-tmp:latest