Skip to content

Console Output

02:11:13 + docker build -t rpm-build-tmp .
02:11:13 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:13             Install the buildx component to build images with BuildKit:
02:11:13             https://docs.docker.com/go/buildx/
02:11:13 
02:12:00 Sending build context to Docker daemon  3.883GB
02:12:00 
02:12:00 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:12:00  ---> 486100749672
02:12:00 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~332~g50f608e-1.fc42.x86_64.rpm /root
02:12:15  ---> 369cb2d2b5ab
02:12:15 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~332~g50f608e-1.fc42.x86_64.rpm
02:12:15  ---> Running in 5c0896c96adc
02:12:27  ---> Removed intermediate container 5c0896c96adc
02:12:27  ---> ba93c286cca6
02:12:28 Successfully built ba93c286cca6
02:12:28 Successfully tagged rpm-build-tmp:latest