Console Output
12:08:15 + docker build -t rpm-build-tmp .
12:08:15 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
12:08:15 Install the buildx component to build images with BuildKit:
12:08:15 https://docs.docker.com/go/buildx/
12:08:15
12:08:16 Sending build context to Docker daemon 300MB
12:08:16
12:08:16 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
12:08:16 ---> 320757bff468
12:08:16 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~448~g3b640c6-1.fc41.x86_64.rpm /root
12:08:49 ---> f921f94de682
12:08:49 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.26.0~dev~448~g3b640c6-1.fc41.x86_64.rpm
12:08:49 ---> Running in 7ed09f1a735d
12:09:45 ---> Removed intermediate container 7ed09f1a735d
12:09:45 ---> 7ff0824f2163
12:09:45 Successfully built 7ff0824f2163
12:09:45 Successfully tagged rpm-build-tmp:latest