Skip to content

Console Output

02:10:33 + docker build -t rpm-build-tmp .
02:10:33 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:10:33             Install the buildx component to build images with BuildKit:
02:10:33             https://docs.docker.com/go/buildx/
02:10:33 
02:10:34 Sending build context to Docker daemon  320.8MB
02:10:34 
02:10:34 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:10:34  ---> d02d86188b8a
02:10:34 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~266~g94e87b3-1.fc42.x86_64.rpm /root
02:11:06  ---> cf74cb0444dd
02:11:06 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~266~g94e87b3-1.fc42.x86_64.rpm
02:11:06  ---> Running in 8284393b2401
02:12:02  ---> Removed intermediate container 8284393b2401
02:12:02  ---> a55093db9456
02:12:02 Successfully built a55093db9456
02:12:02 Successfully tagged rpm-build-tmp:latest