Console Output
11:25:23 + docker build -t rpm-build-tmp .
11:25:23 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
11:25:23 Install the buildx component to build images with BuildKit:
11:25:23 https://docs.docker.com/go/buildx/
11:25:23
11:25:30 Sending build context to Docker daemon 692.4MB
11:25:30
11:25:30 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
11:25:30 ---> 320757bff468
11:25:30 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~256~g15e95b0-1.fc41.x86_64.rpm /root
11:25:42 ---> 4e182e463089
11:25:42 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~256~g15e95b0-1.fc41.x86_64.rpm
11:25:42 ---> Running in 6bebc307f148
11:25:57 Removing intermediate container 6bebc307f148
11:25:57 ---> e5cf7165a142
11:25:57 Successfully built e5cf7165a142
11:25:57 Successfully tagged rpm-build-tmp:latest