Console Output
02:17:20 + docker build -t rpm-build-tmp .
02:17:20 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:17:20 Install the buildx component to build images with BuildKit:
02:17:20 https://docs.docker.com/go/buildx/
02:17:20
02:17:22 Sending build context to Docker daemon 262.5MB
02:17:22
02:17:22 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:17:22 ---> 6f15ad1489cd
02:17:22 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~112~gb8e50a4-1.fc40.x86_64.rpm /root
02:17:48 ---> 0f6b9e6881a2
02:17:48 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~112~gb8e50a4-1.fc40.x86_64.rpm
02:17:48 ---> Running in b9ecfd0b70fa
02:18:35 Removing intermediate container b9ecfd0b70fa
02:18:35 ---> 91a18d4be62d
02:18:35 Successfully built 91a18d4be62d
02:18:35 Successfully tagged rpm-build-tmp:latest