Skip to content

Console Output

02:12:49 + docker build -t rpm-build-tmp .
02:12:49 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:12:49             Install the buildx component to build images with BuildKit:
02:12:49             https://docs.docker.com/go/buildx/
02:12:49 
02:13:11 Sending build context to Docker daemon  4.024GB
02:13:11 
02:13:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:13:11  ---> d02d86188b8a
02:13:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~274~g6caea1c-1.fc42.x86_64.rpm /root
02:13:11  ---> 207af559bc7f
02:13:11 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~274~g6caea1c-1.fc42.x86_64.rpm
02:13:11  ---> Running in be1d39173494
02:13:15  ---> Removed intermediate container be1d39173494
02:13:15  ---> 631dcf8bc132
02:13:17 Successfully built 631dcf8bc132
02:13:17 Successfully tagged rpm-build-tmp:latest