Console Output
02:31:45 + docker build -t rpm-build-tmp .
02:31:45 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:31:45 Install the buildx component to build images with BuildKit:
02:31:45 https://docs.docker.com/go/buildx/
02:31:45
02:33:52 Sending build context to Docker daemon 3.587GB
02:33:52
02:33:52 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc41.amd64
02:33:52 ---> 320757bff468
02:33:52 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~353~g24a8ae2-1.fc41.x86_64.rpm /root
02:33:55 ---> 0c7c796a1668
02:33:55 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~353~g24a8ae2-1.fc41.x86_64.rpm
02:33:55 ---> Running in ab08d317c202
02:34:22 Removing intermediate container ab08d317c202
02:34:22 ---> 25e94a1db62c
02:34:22 Successfully built 25e94a1db62c
02:34:22 Successfully tagged rpm-build-tmp:latest