Console Output
02:18:36 + docker build -t rpm-build-tmp .
02:18:36 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:18:36 Install the buildx component to build images with BuildKit:
02:18:36 https://docs.docker.com/go/buildx/
02:18:36
02:18:38 Sending build context to Docker daemon 329MB
02:18:38
02:18:38 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc42.amd64
02:18:38 ---> d02d86188b8a
02:18:38 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.27.0~dev~315~gd0738d4-1.fc42.x86_64.rpm /root
02:19:00 ---> 800b9f816ab6
02:19:00 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.27.0~dev~315~gd0738d4-1.fc42.x86_64.rpm
02:19:00 ---> Running in 7f0bb88ff852
02:19:47 ---> Removed intermediate container 7f0bb88ff852
02:19:47 ---> 1f5695bd30b7
02:19:47 Successfully built 1f5695bd30b7
02:19:47 Successfully tagged rpm-build-tmp:latest